Browse Source

Dimitar Zhekov <jimmy@is-vn.bg>:

s/pkgcheck foo/\1 X/ in dietlibc, glibc23, termcap, icc.


git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1388 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
rocklinux
Dimitar Zhekov 21 years ago
parent
commit
242a88f800
5 changed files with 6 additions and 5 deletions
  1. +2
    -1
      Documentation/Developers/CHANGELOG-RENE
  2. +1
    -1
      package/base/dietlibc/config-350.in
  3. +1
    -1
      package/base/glibc23/config-400.in
  4. +1
    -1
      package/base/termcap/config.in
  5. +1
    -1
      package/x86/icc/config-299.in

+ 2
- 1
Documentation/Developers/CHANGELOG-RENE

@ -5,7 +5,8 @@
download location and updated smartmontools download location and updated smartmontools
- updated exim and spamassassin - updated exim and spamassassin
- Dimitar Zhekov: linux config style fixes, pkgsel rules in submenu, fixed - Dimitar Zhekov: linux config style fixes, pkgsel rules in submenu, fixed
xfree86 to not install config .bak files, zgv clarification
xfree86 to not install config .bak files, zgv clarification,
fixed some pkgcheck mis-use
*) 2003-09-12 (2.0.0-rc1 - 2.0.0-rc2) *) 2003-09-12 (2.0.0-rc1 - 2.0.0-rc2)

+ 1
- 1
package/base/dietlibc/config-350.in

@ -20,7 +20,7 @@
# #
# --- ROCK-COPYRIGHT-NOTE-END --- # --- ROCK-COPYRIGHT-NOTE-END ---
if pkgcheck dietlibc
if pkgcheck dietlibc X
then then
menu_begin MENU_PKG_DIETLIBC 'Dietlibc Options' menu_begin MENU_PKG_DIETLIBC 'Dietlibc Options'
bool 'Enable dietlibc support' ROCKCFG_DIETLIBC 0 bool 'Enable dietlibc support' ROCKCFG_DIETLIBC 0

+ 1
- 1
package/base/glibc23/config-400.in

@ -28,7 +28,7 @@ menu_begin MENU_PKG_GLIBC 'Glibc (GNU C Library) Options'
suitable to profile glibc calls. It will also result in a longer suitable to profile glibc calls. It will also result in a longer
built-time for glibc. Most people don't need this library." built-time for glibc. Most people don't need this library."
if pkgcheck glibc22 && pkgcheck glibc23
if pkgcheck glibc22 X && pkgcheck glibc23 X
then then
comment '- Glibc 2.2.5 must be used if gcc2 is the c-compiler' comment '- Glibc 2.2.5 must be used if gcc2 is the c-compiler'

+ 1
- 1
package/base/termcap/config.in

@ -20,7 +20,7 @@
# #
# --- ROCK-COPYRIGHT-NOTE-END --- # --- ROCK-COPYRIGHT-NOTE-END ---
if pkgcheck termcap
if pkgcheck termcap X
then then
menu_begin MENU_PKG_TERMCAP 'Termcap (obsoleted by [n]curses)' menu_begin MENU_PKG_TERMCAP 'Termcap (obsoleted by [n]curses)'
bool 'Build and use termcap library' ROCKCFG_PKG_TERMCAP_USEIT 0 bool 'Build and use termcap library' ROCKCFG_PKG_TERMCAP_USEIT 0

+ 1
- 1
package/x86/icc/config-299.in

@ -21,7 +21,7 @@
# --- ROCK-COPYRIGHT-NOTE-END --- # --- ROCK-COPYRIGHT-NOTE-END ---
if [ $ROCKCFG_ARCH = x86 -o ROCKCFG_ARCH = ia64 ] && pkgcheck icc
if [ $ROCKCFG_ARCH = x86 -o ROCKCFG_ARCH = ia64 ] && pkgcheck icc X
then then
menu_begin MENU_PKG_ICC 'Intel C/C++ Compiler Options' menu_begin MENU_PKG_ICC 'Intel C/C++ Compiler Options'
bool 'Activate support for Intel C/C++ Compiler (icc)' \ bool 'Activate support for Intel C/C++ Compiler (icc)' \

Loading…
Cancel
Save