Changeset a229600 for HLFS/master.sh


Ignore:
Timestamp:
06/04/2006 05:56:01 PM (18 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
1.0, 2.3, 2.3.x, 2.4, ablfs, ablfs-more, legacy, new_features, trunk
Children:
c665386
Parents:
27f165a
Message:

Dumped tetsuite logs into a separate dir.
Fixed few bugs.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • HLFS/master.sh

    r27f165a ra229600  
    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.