Ignore:
Timestamp:
05/18/2006 06:44:10 PM (18 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
experimental
Children:
f8615e5
Parents:
3a27393
Message:

Merged r2698 and r2699 from trunk.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • common/func_validate_configs.sh

    r3a27393 r25b52e2  
    7777    input vars: none
    7878    externals:  color constants
    79                 PROGNAME (lfs,clfs,hlfs,blfs)
     79                PROGNAME (lfs,clfs,hlfs)
    8080    modifies:   none
    8181    returns:    nothing
     
    8585
    8686  # First internal variables, then the ones that change the book's flavour, and lastly system configuration variables
    87   local -r blfs_PARAM_LIST="BOOK BUILDDIR SRC_ARCHIVE GETPKG         DEPEND                TEST OPTIMIZE"
    8887  local -r hlfs_PARAM_LIST="BOOK BUILDDIR SRC_ARCHIVE GETPKG RUNMAKE MODEL GRSECURITY_HOST TEST OPTIMIZE REPORT COMPARE RUN_ICA RUN_FARCE ITERATIONS STRIP FSTAB             CONFIG KEYMAP         PAGE TIMEZONE LANG LC_ALL"
    8988  local -r clfs_PARAM_LIST="BOOK BUILDDIR SRC_ARCHIVE GETPKG RUNMAKE METHOD  ARCH  TARGET  TEST OPTIMIZE REPORT COMPARE RUN_ICA RUN_FARCE ITERATIONS STRIP FSTAB BOOT_CONFIG CONFIG KEYMAP VIMLANG PAGE TIMEZONE LANG"
     
    204203      STRIP)      validate_against_str "x0x x1x" ;;
    205204      VIMLANG)    validate_against_str "x0x x1x" ;;
    206       DEPEND)     validate_against_str "x0x x1x x2x" ;;
    207205      MODEL)      validate_against_str "xglibcx xuclibcx" ;;
    208206      PAGE)       validate_against_str "xletterx xA4x" ;;
Note: See TracChangeset for help on using the changeset viewer.