CLFS/master.sh, missed the testsuite tools..

This commit is contained in:
George Boudreau 2006-03-27 14:02:29 +00:00
parent 39d4d5c5ac
commit d43a271fa8

View file

@ -886,24 +886,24 @@ build_Makefile() { # Construct a Makefile from the book scripts
>$MKFILE.tmp >$MKFILE.tmp
host_prep_Makefiles host_prep_Makefiles
cross_tools_Makefiles cross_tools_Makefiles # $cross_tools
temptools_Makefiles temptools_Makefiles # $temptools
if [[ $METHOD = "chroot" ]]; then if [[ $METHOD = "chroot" ]]; then
chroot_Makefiles chroot_Makefiles # $chroottools
if [[ ! $TEST = "0" ]]; then if [[ ! $TEST = "0" ]]; then
testsuite_tools_Makefiles testsuite_tools_Makefiles # $testsuitetools
fi fi
final_system_Makefiles final_system_Makefiles # $basicsystem
bootscripts_Makefiles bootscripts_Makefiles # $bootscripttools
bootable_Makefiles bootable_Makefiles # $bootabletools
else else
boot_Makefiles # This phase must die at the end of its run.. boot_Makefiles # $boottools
if [[ ! $TEST = "0" ]]; then if [[ ! $TEST = "0" ]]; then
bm_testsuite_tools_Makefiles bm_testsuite_tools_Makefiles # $testsuitetools
fi fi
bm_final_system_Makefiles bm_final_system_Makefiles # $basicsystem
bm_bootscripts_Makefiles bm_bootscripts_Makefiles # $bootscipttools
bm_bootable_Makefiles bm_bootable_Makefiles # $bootabletoosl
fi fi
# the_end_Makefiles # the_end_Makefiles
@ -950,7 +950,7 @@ chapter3: chapter2 $cross_tools
chapter4: chapter3 $temptools chapter4: chapter3 $temptools
chapter5: chapter4 $chroottools $boottools chapter5: chapter4 $chroottools $testsuitetools
chapter6: chapter5 $basicsystem chapter6: chapter5 $basicsystem
@ -1025,7 +1025,7 @@ makeboot: 023-creatingtoolsdir 024-creatingcrossdir 025-addinguser 026-settingen
$boottools $boottools
@\$(call echo_boot_finished,$VERSION) @\$(call echo_boot_finished,$VERSION)
makesys: $basicsystem $bootscripttools $bootabletools makesys: $testsuitetools $basicsystem $bootscripttools $bootabletools
@\$(call echo_finished,$VERSION) @\$(call echo_finished,$VERSION)