Changeset aa08925 for common


Ignore:
Timestamp:
04/12/2006 07:38:42 PM (18 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
experimental
Children:
b242136
Parents:
d80021c3
Message:

Generating truly separate sets of final system packages targets.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • common/func_compare.sh

    rd80021c3 raa08925  
    99    ITERATION=iteration-$N
    1010    if [ "$N" != "1" ] ; then
    11       wrt_system_build "$N"
     11      wrt_system_build "$N" "$PREV_IT"
    1212    fi
    1313    wrt_target "$ITERATION" "$PREV"
     
    2222wrt_system_build() {               #
    2323#----------------------------------#
    24   local RUN=$1
    25 
    26   echo "system_build_$N: $PREV $chapter6" >> $MKFILE.tmp
     24  local     RUN=$1
     25  local PREV_IT=$2
    2726
    2827  if [[ "$PROGNAME" = "clfs" ]] && [[ "$METHOD" = "chroot" ]] ; then
     
    3332    chapter6_Makefiles $RUN
    3433  fi
     34
     35  echo -e "\nsystem_build_$RUN: $PREV_IT $system_build" >> $MKFILE.tmp
     36  PREV=system_build_$RUN
    3537
    3638}
     
    107109        @pushd logs && \\
    108110        mkdir $ITERATION && \\
    109         cp ${chapter6}-$N $ITERATION && \\
     111        cp ${system_build} $ITERATION && \\
    110112        popd
    111113        @touch \$@
    112 
    113114EOF
    114115) >> $MKFILE.tmp
Note: See TracChangeset for help on using the changeset viewer.