Creating raw system_build_N packages targets.

This commit is contained in:
Manuel Canales Esparcia 2006-04-12 17:12:35 +00:00
parent d6614ab0f8
commit d80021c356

View file

@ -23,10 +23,16 @@ wrt_system_build() { #
#----------------------------------#
local RUN=$1
# Placeholder for now
echo "system_build_$N: $PREV $chapter6" >> $MKFILE.tmp
PREV=system_build_$N
if [[ "$PROGNAME" = "clfs" ]] && [[ "$METHOD" = "chroot" ]] ; then
final_system_Makefiles $RUN
elif [[ "$PROGNAME" = "clfs" ]] && [[ "$METHOD" = "boot" ]] ; then
bm_final_system_Makefiles $RUN
else
chapter6_Makefiles $RUN
fi
}
#----------------------------------#