Some textual fix.

This commit is contained in:
Manuel Canales Esparcia 2006-04-29 14:08:43 +00:00
parent 165b9e80a1
commit c7c5a53734
3 changed files with 7 additions and 6 deletions

View file

@ -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}"
}

View file

@ -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}"
}

View file

@ -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}