CLFS/master.sh, change to to match xsl usage
This commit is contained in:
parent
4fcc4d46cd
commit
fa06e8ed89
1 changed files with 2 additions and 2 deletions
|
@ -886,7 +886,7 @@ build_Makefile() { # Construct a Makefile from the book scripts
|
|||
temptools_Makefiles
|
||||
if [[ $METHOD = "chroot" ]]; then
|
||||
chroot_Makefiles
|
||||
if [[ $TOOLCHAINTEST = "1" ]]; then
|
||||
if [[ ! $TEST = "0" ]]; then
|
||||
testsuite_tools_Makefiles
|
||||
fi
|
||||
final_system_Makefiles
|
||||
|
@ -894,7 +894,7 @@ build_Makefile() { # Construct a Makefile from the book scripts
|
|||
bootable_Makefiles
|
||||
else
|
||||
boot_Makefiles # This phase must die at the end of its run..
|
||||
if [[ $TOOLCHAINTEST = "1" ]]; then
|
||||
if [[ ! $TEST = "0" ]]; then
|
||||
bm_testsuite_tools_Makefiles
|
||||
fi
|
||||
bm_final_system_Makefiles
|
||||
|
|
Reference in a new issue