Changeset 6bb080e for HLFS


Ignore:
Timestamp:
12/04/2006 08:58:09 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:
10c8b78
Parents:
ac35c8e
Message:

Revised compare code. Test build in progres.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • HLFS/master.sh

    rac35c8e r6bb080e  
    259259  local this_script
    260260  # Set envars and scripts for iteration targets
    261   LOGS="" # Start with an empty global LOGS envar
    262261  if [[ -z "$1" ]] ; then
    263262    local N=""
     
    319318    chapter6="$chapter6 ${this_script}${N}"
    320319
    321     # Append each name of the script files to a list (this will become
    322     # the names of the logs to be moved for each iteration)
    323     LOGS="$LOGS ${this_script}"
    324 
    325320
    326321    #--------------------------------------------------------------------#
     
    347342      # butterfly-toolchain tests are enabled in 'process_tookchain' function
    348343      case $name in
    349         glibc ) [[ "$TEST" != "0" ]] && CHROOT_wrt_test_log "${this_script}"
     344        glibc ) [[ "$TEST" != "0" ]] && CHROOT_wrt_test_log "${this_script}${N}"
    350345          ;;
    351             * ) [[ "$TEST" > "1" ]]  && CHROOT_wrt_test_log "${this_script}"
     346            * ) [[ "$TEST" > "1" ]]  && CHROOT_wrt_test_log "${this_script}${N}"
    352347          ;;
    353348      esac
Note: See TracChangeset for help on using the changeset viewer.