Changeset d80021c3


Ignore:
Timestamp:
04/12/2006 05:12:35 PM (18 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
experimental
Children:
aa08925
Parents:
d6614ab
Message:

Creating raw system_build_N packages targets.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • common/func_compare.sh

    rd6614ab rd80021c3  
    2424  local RUN=$1
    2525
    26   # Placeholder for now
     26  echo "system_build_$N: $PREV $chapter6" >> $MKFILE.tmp
    2727
    28   echo "system_build_$N: $PREV $chapter6" >> $MKFILE.tmp
    29   PREV=system_build_$N
     28  if [[ "$PROGNAME" = "clfs" ]] && [[ "$METHOD" = "chroot" ]] ; then
     29    final_system_Makefiles $RUN
     30  elif [[ "$PROGNAME" = "clfs" ]] && [[ "$METHOD" = "boot" ]] ; then
     31    bm_final_system_Makefiles $RUN
     32  else
     33    chapter6_Makefiles $RUN
     34  fi
     35
    3036}
    3137
Note: See TracChangeset for help on using the changeset viewer.