Changeset 7613d3c


Ignore:
Timestamp:
08/01/2006 07:28:45 PM (18 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
2.3, 2.3.x, 2.4, ablfs, ablfs-more, legacy, new_features, trunk
Children:
e0b032b
Parents:
8715be1
Message:

Merged r2867 from experimental branch.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • HLFS/master.sh

    r8715be1 r7613d3c  
    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.