diff --git a/HLFS/master.sh b/HLFS/master.sh index 9d9cd8e..8a3956e 100755 --- a/HLFS/master.sh +++ b/HLFS/master.sh @@ -544,7 +544,7 @@ EOF #----------------------------# build_Makefile() { # Construct a Makefile from the book scripts #----------------------------# - echo "Creating Makefile... " + echo "Creating Makefile... ${BOLD}START${OFF}" cd $JHALFSDIR/${PROGNAME}-commands # Start with a clean Makefile.tmp file @@ -654,5 +654,6 @@ EOF # Bring over the items from the Makefile.tmp cat $MKFILE.tmp >> $MKFILE rm $MKFILE.tmp - echo "done" + echo "Creating Makefile... ${BOLD}DONE${OFF}" + } diff --git a/LFS/master.sh b/LFS/master.sh index ee852d9..9ab8a92 100755 --- a/LFS/master.sh +++ b/LFS/master.sh @@ -335,7 +335,7 @@ chapter789_Makefiles() { #----------------------------# build_Makefile() { #----------------------------# - echo "Creating Makefile... " + echo "Creating Makefile... ${BOLD}START${OFF}" cd $JHALFSDIR/${PROGNAME}-commands # Start with a clean Makefile.tmp file @@ -440,7 +440,7 @@ EOF # Bring over the items from the Makefile.tmp cat $MKFILE.tmp >> $MKFILE rm $MKFILE.tmp - echo "done" + echo "Creating Makefile... ${BOLD}DONE${OFF}" + } - diff --git a/common/common-functions b/common/common-functions index df01979..c5041cf 100644 --- a/common/common-functions +++ b/common/common-functions @@ -113,7 +113,7 @@ ${BOLD} -A, --arch ARCH ${OFF} 64bit multi-lib x86_64, mips64, mipsel64, sparc64, ppc64 -${BOLD} --boot_config FILE ${OFF} +${BOLD} --boot-config FILE ${OFF} The configuration file for the bootstrap kernel if method=boot ${BOLD} --method BUILDMETHOD ${OFF}