Changeset 05760bc for common


Ignore:
Timestamp:
06/03/2007 09:57:21 AM (17 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
2.3, 2.3.x, 2.4, ablfs, ablfs-more, legacy, new_features, trunk
Children:
5c575e1
Parents:
f546320
Message:

HLFS: Removed LC_ALL setting.
CLFS3: Removed remaining VIMLANG references.

Location:
common/libs
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • common/libs/func_book_parser

    rf546320 r05760bc  
    112112        xsltproc --nonet \
    113113                 --xinclude \
    114                  --stringparam vim-lang $VIMLANG \
    115114                 --stringparam timezone $TIMEZONE \
    116115                 --stringparam page $PAGE \
     
    129128                 --stringparam page $PAGE \
    130129                 --stringparam lang $LANG \
    131                  --stringparam lc_all $LC_ALL \
    132130                 --stringparam grsecurity_host $GRSECURITY_HOST \
    133131                 -o ./${PROGNAME}-commands/ $XSL $BOOK/index.xml >>$LOGDIR/$LOG 2>&1
  • common/libs/func_validate_configs.sh

    rf546320 r05760bc  
    3939  # Build Settings by book
    4040  local -r   LFS_build="$BUILD_chroot VIMLANG $BUILD_common"
    41   local -r  HLFS_build="$BUILD_chroot         $BUILD_common LC_ALL"
     41  local -r  HLFS_build="$BUILD_chroot         $BUILD_common"
    4242  local -r  CLFS_build="$BUILD_chroot VIMLANG $BUILD_common"
    4343  local -r CLFS2_build="STRIP         VIMLANG $BUILD_common"
Note: See TracChangeset for help on using the changeset viewer.