Merged r2592 from trunk.
This commit is contained in:
parent
76353677e3
commit
a702b4d379
3 changed files with 7 additions and 6 deletions
|
@ -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}"
|
||||
|
||||
}
|
||||
|
|
|
@ -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}"
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -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}
|
||||
|
|
Reference in a new issue