Changeset a229600 for CLFS/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
  • CLFS/master.sh

    r27f165a ra229600  
    543543      FILE="$name-$vrs.tar.*"
    544544      wrt_unpack2 "$FILE"
     545      # If the testsuites must be run, initialize the log file
     546      case $name in
     547        binutils | gcc | glibc )
     548          [[ "$TEST" != "0" ]] && wrt_test_log2 "${this_script}"
     549          ;;
     550        * )
     551          [[ "$TEST" = "2" ]] || [[ "$TEST" = "3" ]] && wrt_test_log2 "${this_script}"
     552          ;;
     553      esac
     554      # If using optimizations, write the instructions
    545555      [[ "$OPTIMIZE" != "0" ]] &&  wrt_optimize "$name" && wrt_makeflags "$name"
    546556    fi
     
    646656      FILE="$name-$vrs.tar.*"
    647657      wrt_unpack3 "$FILE"
     658      # If the testsuites must be run, initialize the log file
     659      case $name in
     660        binutils | gcc | glibc )
     661          [[ "$TEST" != "0" ]] && wrt_test_log2 "${this_script}"
     662          ;;
     663        * )
     664          [[ "$TEST" = "2" ]] || [[ "$TEST" = "3" ]] && wrt_test_log2 "${this_script}"
     665          ;;
     666      esac
     667      # If using optimizations, write the instructions
    648668      [[ "$OPTIMIZE" != "0" ]] &&  wrt_optimize "$name" && wrt_makeflags "$name"
    649669    fi
Note: See TracChangeset for help on using the changeset viewer.