Changeset 7cd9186


Ignore:
Timestamp:
07/30/2006 05:24:13 PM (18 years ago)
Author:
George Boudreau <georgeb@…>
Branches:
experimental
Children:
cbe3f2b
Parents:
a181405
Message:

Remove dead code. Add compare test code to butterfly-toolchain

File:
1 edited

Legend:

Unmodified
Added
Removed
  • HLFS/master.sh

    ra181405 r7cd9186  
    248248      # Insert instructions for unpacking the package and to set the PKGDIR variable.
    249249      wrt_Unpack_SetOwner "hlfs" "$pkg_tarball"
    250       # If the testsuites must be run, initialize the log file
    251       [[ "$TEST" = "3" ]] && wrt_test_log "${this_script}"
    252250      # If using optimizations, write the instructions
    253251      [[ "$OPTIMIZE" = "2" ]] &&  wrt_optimize "$name" && wrt_makeflags "$name"
     
    354352    # as a dependency. Also call the echo_message function.
    355353    if [[ ${name} = "butterfly-toolchain" ]]; then
    356        wrt_target "$this_script" "$PREV"
     354       wrt_target "${this_script}${N}" "$PREV"
    357355         process_toolchain "${this_script}" "${file}"
    358356       wrt_touch
     
    368366      wrt_unpack2 "$pkg_tarball"
    369367      # If the testsuites must be run, initialize the log file
     368      # butterfly-toolchain tests are enabled in 'process_tookchain' function
    370369      case $name in
    371         glibc )
    372           [[ "$TEST" != "0" ]] && wrt_test_log2 "${this_script}"
     370        glibc ) [[ "$TEST" != "0" ]] && wrt_test_log2 "${this_script}"
    373371          ;;
    374         * )
    375           [[ "$TEST" = "2" ]] || [[ "$TEST" = "3" ]] && wrt_test_log2 "${this_script}"
     372            * ) [[ "$TEST"  = "2" ]] && wrt_test_log2 "${this_script}"
    376373          ;;
    377374      esac
Note: See TracChangeset for help on using the changeset viewer.