Changeset 6bb080e for CLFS


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

    rac35c8e r6bb080e  
    448448#--------------------------------------#
    449449  # Set envars and scripts for iteration targets
    450   LOGS="" # Start with an empty global LOGS envar
    451450  if [[ -z "$1" ]] ; then
    452451    local N=""
     
    511510    basicsystem="$basicsystem ${this_script}${N}"
    512511
    513     # Append each name of the script files to a list (this will become
    514     # the names of the logs to be moved for each iteration)
    515     LOGS="$LOGS ${this_script}"
    516 
    517512    #--------------------------------------------------------------------#
    518513    #         >>>>>>>> START BUILDING A Makefile ENTRY <<<<<<<<          #
     
    529524      case $name in
    530525        binutils | gcc | glibc )
    531           [[ "$TEST" != "0" ]] && CHROOT_wrt_test_log "${this_script}"
     526          [[ "$TEST" != "0" ]] && CHROOT_wrt_test_log "${this_script}${N}"
    532527          ;;
    533528        * )
    534           [[ "$TEST" = "2" ]] || [[ "$TEST" = "3" ]] && CHROOT_wrt_test_log "${this_script}"
     529          [[ "$TEST" = "2" ]] || [[ "$TEST" = "3" ]] && CHROOT_wrt_test_log "${this_script}${N}"
    535530          ;;
    536531      esac
Note: See TracChangeset for help on using the changeset viewer.