Changeset b339c94 for common


Ignore:
Timestamp:
02/10/2012 09:43:23 AM (12 years ago)
Author:
Pierre Labastie <pierre@…>
Branches:
2.4, ablfs, ablfs-more, legacy, new_features, trunk
Children:
f663589
Parents:
743414b
Message:

Add a choice between installing the full set of supported locales
and installing just the minimal set for tests, after glibc build.
If the second option is chosen, the locale specified in LANG is also
installed, if not in the minimal set.

Location:
common/libs
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • common/libs/func_book_parser

    r743414b rb339c94  
    142142                 --stringparam bomb-testsuite $BOMB_TEST \
    143143                 --stringparam vim-lang $VIMLANG \
     144                 --stringparam full-locale $FULL_LOCALE \
    144145                 --stringparam timezone $TIMEZONE \
    145146                 --stringparam page $PAGE \
  • common/libs/func_validate_configs.sh

    r743414b rb339c94  
    4242
    4343  # Build Settings by book
    44   local -r   LFS_build="$BUILD_chroot VIMLANG $BUILD_common PKGMNGT"
     44  local -r   LFS_build="$BUILD_chroot VIMLANG $BUILD_common PKGMNGT FULL_LOCALE"
    4545  local -r  HLFS_build="$BUILD_chroot         $BUILD_common"
    4646  local -r  CLFS_build="$BUILD_chroot VIMLANG $BUILD_common"
Note: See TracChangeset for help on using the changeset viewer.