From c7c5a53734ecb6444f55e3b546dc0aeefc0cadd1 Mon Sep 17 00:00:00 2001 From: Manuel Canales Esparcia Date: Sat, 29 Apr 2006 14:08:43 +0000 Subject: [PATCH] Some textual fix. --- HLFS/master.sh | 5 +++-- LFS/master.sh | 6 +++--- common/common-functions | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/HLFS/master.sh b/HLFS/master.sh index 5c0ed9b..a929a58 100755 --- a/HLFS/master.sh +++ b/HLFS/master.sh @@ -509,7 +509,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 @@ -617,5 +617,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 a14f216..144a3b0 100755 --- a/LFS/master.sh +++ b/LFS/master.sh @@ -295,7 +295,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 @@ -398,7 +398,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 9e32635..7744d3d 100644 --- a/common/common-functions +++ b/common/common-functions @@ -104,7 +104,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}