Fixed bug in func_compare.sh when running ICA/farce builds on CLFS.

This commit is contained in:
Manuel Canales Esparcia 2007-07-28 11:28:34 +00:00
parent 1caf1f4fbe
commit 7a84ba7713

View file

@ -26,10 +26,8 @@ wrt_system_build() { #
local RUN=$1
local PREV_IT=$2
if [[ "$PROGNAME" = "clfs" ]] && [[ "$METHOD" = "chroot" ]] ; then
chroot_final_system_Makefiles $RUN
elif [[ "$PROGNAME" = "clfs" ]] && [[ "$METHOD" = "boot" ]] ; then
boot_final_system_Makefiles $RUN
if [[ "$PROGNAME" = "clfs" ]] ; then
final_system_Makefiles $RUN
else
chapter6_Makefiles $RUN
fi