Changeset e35e794 for HLFS/master.sh


Ignore:
Timestamp:
06/04/2006 05:59:02 PM (18 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
experimental
Children:
9199a13
Parents:
4fe29a2
Message:

Merged r2750 from trunk.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • HLFS/master.sh

    r4fe29a2 re35e794  
    144144      case $this_script in
    145145        *binutils* )
    146           wrt_unpack "$FILE" 1 ;; # Do not delete an existing package directories
    147         *)
    148           wrt_unpack "$FILE" ;;
     146          wrt_unpack "$FILE" 1 ;; # Do not delete an existing package directories
     147        *)
     148          wrt_unpack "$FILE" ;;
    149149      esac
     150      # If the testsuites must be run, initialize the log file
     151      [[ "$TEST" = "3" ]] && wrt_test_log "${this_script}"
     152      # If using optimizations, write the instructions
    150153      [[ "$OPTIMIZE" = "2" ]] &&  wrt_optimize "$name" && wrt_makeflags "$name"
    151154    fi
     
    315318      wrt_unpack2 "$FILE"
    316319      wrt_target_vars
     320      # If the testsuites must be run, initialize the log file
     321      case $name in
     322        binutils | gcc | glibc )
     323          [[ "$TEST" != "0" ]] && wrt_test_log2 "${this_script}"
     324          ;;
     325        * )
     326          [[ "$TEST" = "2" ]] || [[ "$TEST" = "3" ]] && wrt_test_log2 "${this_script}"
     327          ;;
     328      esac
     329      # If using optimizations, write the instructions
    317330      [[ "$OPTIMIZE" != "0" ]] &&  wrt_optimize "$name" && wrt_makeflags "$name"
    318331    fi
Note: See TracChangeset for help on using the changeset viewer.