Changeset 6bb080e for LFS/master.sh


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

    rac35c8e r6bb080e  
    166166
    167167  # Set envars and scripts for iteration targets
    168   LOGS="" # Start with an empty global LOGS envar
    169168  if [[ -z "$1" ]] ; then
    170169    local N=""
     
    220219    esac
    221220
    222     # Append each name of the script files to a list (this will become
    223     # the names of the logs to be moved for each iteration)
    224     LOGS="$LOGS ${this_script}"
    225 
    226221    #--------------------------------------------------------------------#
    227222    #         >>>>>>>> START BUILDING A Makefile ENTRY <<<<<<<<          #
     
    244239      case $name in
    245240        binutils | gcc | glibc )
    246           [[ "$TEST" != "0" ]] && CHROOT_wrt_test_log "${this_script}"
     241          [[ "$TEST" != "0" ]] && CHROOT_wrt_test_log "${this_script}${N}"
    247242          ;;
    248243        * )
    249           [[ "$TEST" = "2" ]] || [[ "$TEST" = "3" ]] && CHROOT_wrt_test_log "${this_script}"
     244          [[ "$TEST" = "2" ]] || [[ "$TEST" = "3" ]] && CHROOT_wrt_test_log "${this_script}${N}"
    250245          ;;
    251246      esac
Note: See TracChangeset for help on using the changeset viewer.