Changeset a0f4b12 for common


Ignore:
Timestamp:
09/16/2006 07:05:45 PM (18 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
experimental
Children:
6411121
Parents:
3d55f0e
Message:

Fixed ICA/farce runs, I hope.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • common/func_compare.sh

    r3d55f0e ra0f4b12  
    2727
    2828  if [[ "$PROGNAME" = "clfs" ]] && [[ "$METHOD" = "chroot" ]] ; then
    29     final_system_Makefiles $RUN
     29    chroot_final_system_Makefiles $RUN
    3030  elif [[ "$PROGNAME" = "clfs" ]] && [[ "$METHOD" = "boot" ]] ; then
    31     bm_final_system_Makefiles $RUN
     31    boot_final_system_Makefiles $RUN
    3232  else
    3333    chapter6_Makefiles $RUN
     34  fi
     35
     36  if [[ "$PROGNAME" = "clfs" ]] ; then
     37    basicsystem="$basicsystem $PREV_IT $system_build"
     38  else
     39    chapter6="$chapter6 $PREV_IT $system_build"
     40  fi
     41
     42  if [[ "$RUN" = "$ITERATIONS" ]] ; then
     43    if [[ "$PROGNAME" = "clfs" ]] ; then
     44      basicsystem="$basicsystem iteration-$RUN"
     45    else
     46      chapter6="$chapter6 iteration-$RUN"
     47    fi
    3448  fi
    3549
     
    4559/sources /root /srv /sys /tmp /tools /usr/local /usr/src /var/log/paco"
    4660
    47   if [[ "$PROGNAME" = "clfs" ]] && [[ "$METHOD" = "boot" ]] ; then
    48     local    ROOT_DIR=/
    49     local DEST_TOPDIR=/${SCRIPT_ROOT}
    50     local   ICALOGDIR=/${SCRIPT_ROOT}/logs/ICA
    51     local FARCELOGDIR=/${SCRIPT_ROOT}/logs/farce
    52   else
    53     local    ROOT_DIR=$BUILDDIR
    54     local DEST_TOPDIR=$BUILDDIR/${SCRIPT_ROOT}
    55   fi
     61  local    ROOT_DIR=/
     62  local DEST_TOPDIR=/${SCRIPT_ROOT}
     63  local   ICALOGDIR=/${SCRIPT_ROOT}/logs/ICA
     64  local FARCELOGDIR=/${SCRIPT_ROOT}/logs/farce
    5665
    5766  if [[ "$RUN_ICA" = "y" ]] ; then
Note: See TracChangeset for help on using the changeset viewer.