Changeset 7831c79 for LFS/master.sh


Ignore:
Timestamp:
02/09/2012 01:45:22 PM (12 years ago)
Author:
Pierre Labastie <pierre@…>
Branches:
2.4, ablfs, ablfs-more, legacy, new_features, trunk
Children:
5267879
Parents:
e47edcf
Message:

Added check to the list
of packages which are not built if testsuites are not run

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LFS/master.sh

    re47edcf r7831c79  
    7878    this_script=`basename $file`
    7979
    80     # If no testsuites will be run, then TCL, Expect and DejaGNU aren't needed
     80    # If no testsuites are run, then TCL, Expect, DejaGNU and Check
     81    # aren't needed.
    8182    # Fix also locales creation when running chapter05 testsuites (ugly)
    8283    case "${this_script}" in
     
    8485      *expect)    [[ "${TEST}" = "0" ]] && continue ;;
    8586      *dejagnu)   [[ "${TEST}" = "0" ]] && continue ;;
     87      *check)     [[ "${TEST}" = "0" ]] && continue ;;
    8688      *stripping) [[ "${STRIP}" = "n" ]] && continue ;;
    8789      *glibc)     [[ "${TEST}" = "3" ]] && \
Note: See TracChangeset for help on using the changeset viewer.