Changeset de84c00


Ignore:
Timestamp:
09/19/2013 03:44:49 PM (11 years ago)
Author:
Pierre Labastie <pierre@…>
Branches:
2.4, ablfs-more, legacy, new_features, trunk
Children:
897416c
Parents:
a1dd968
Message:

download and builds the test programs, even if tests are disabled

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • LFS/master.sh

    ra1dd968 rde84c00  
    7979
    8080    # If no testsuites are run, then TCL, Expect, DejaGNU and Check
    81     # aren't needed.
     81    # aren't needed (but building them does not hurt).
    8282    # Fix also locales creation when running chapter05 testsuites (ugly)
    8383    case "${this_script}" in
    84       *tcl)       [[ "${TEST}" = "0" ]] && continue ;;
    85       *expect)    [[ "${TEST}" = "0" ]] && continue ;;
    86       *dejagnu)   [[ "${TEST}" = "0" ]] && continue ;;
    87       *check)     [[ "${TEST}" = "0" ]] && continue ;;
     84#      *tcl)       [[ "${TEST}" = "0" ]] && continue ;;
     85#      *expect)    [[ "${TEST}" = "0" ]] && continue ;;
     86#      *dejagnu)   [[ "${TEST}" = "0" ]] && continue ;;
     87#      *check)     [[ "${TEST}" = "0" ]] && continue ;;
    8888      *stripping) [[ "${STRIP}" = "n" ]] && continue ;;
    8989      *glibc)     [[ "${TEST}" = "3" ]] && \
  • common/libs/func_download_pkgs

    ra1dd968 rde84c00  
    4040      # Skip some packages if they aren't needed
    4141    case $line in
    42       */check* | */tcl* | */expect* | */dejagnu* | */tree* | */gcc-testsuite* )
     42      */tree* | */gcc-testsuite* ) #unneeded now?
    4343            [[ "$TEST" = "0" ]] && continue
    4444          ;;
Note: See TracChangeset for help on using the changeset viewer.