Changeset eb024db for LFS


Ignore:
Timestamp:
04/11/2006 08:03:19 PM (18 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
experimental
Children:
d27c9ca
Parents:
a212c80
Message:

Started new method to create iteration Makefile targets.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LFS/master.sh

    ra212c80 reb024db  
    156156    case "${this_script}" in
    157157      *chroot)      continue ;;
    158       *stripping*) [[ "${STRIP}" = "0" ]] && continue
    159                    [[ "${STRIP}" != "0" ]] && [[ "$COMPARE" != "0" ]] && \
    160                    system_rebuild="$system_rebuild ${this_script}"
    161       ;;
     158      *stripping*) [[ "${STRIP}" = "0" ]] && continue ;;
    162159    esac
    163160
     
    186183      FILE="$name-$vrs.tar.*"
    187184      wrt_unpack2 "$FILE"
    188       # Add it to the system_rebuild target
    189       [[ "$COMPARE" != "0" ]] && system_rebuild="$system_rebuild ${this_script}"
    190185    fi
    191186
     
    311306  chapter5_Makefiles
    312307  chapter6_Makefiles
     308  # Add the ICA/farce targets, if needed
     309  [[ "$COMPARE" != "0" ]] && wrt_ica_targets
    313310  chapter789_Makefiles
    314311
     
    402399) >> $MKFILE
    403400
    404   # Add the ICA/farce targets
    405   [[ "$COMPARE" != "0" ]] && wrt_ica_targets "$system_rebuild"
    406 
    407401  # Bring over the items from the Makefile.tmp
    408402  cat $MKFILE.tmp >> $MKFILE
Note: See TracChangeset for help on using the changeset viewer.