Changeset c7c5a53


Ignore:
Timestamp:
04/29/2006 02:08:43 PM (18 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
1.0, 2.3, 2.3.x, 2.4, ablfs, ablfs-more, legacy, new_features, trunk
Children:
45f82718
Parents:
165b9e8
Message:

Some textual fix.

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • HLFS/master.sh

    r165b9e8 rc7c5a53  
    510510build_Makefile() {           # Construct a Makefile from the book scripts
    511511#----------------------------#
    512   echo "Creating Makefile... "
     512  echo "Creating Makefile... ${BOLD}START${OFF}"
    513513
    514514  cd $JHALFSDIR/${PROGNAME}-commands
     
    618618  cat $MKFILE.tmp >> $MKFILE
    619619  rm $MKFILE.tmp
    620   echo "done"
     620  echo "Creating Makefile... ${BOLD}DONE${OFF}"
     621
    621622}
  • LFS/master.sh

    r165b9e8 rc7c5a53  
    296296build_Makefile() {
    297297#----------------------------#
    298   echo "Creating Makefile... "
     298  echo "Creating Makefile... ${BOLD}START${OFF}"
    299299  cd $JHALFSDIR/${PROGNAME}-commands
    300300
     
    399399  cat $MKFILE.tmp >> $MKFILE
    400400  rm $MKFILE.tmp
    401   echo "done"
     401  echo "Creating Makefile... ${BOLD}DONE${OFF}"
     402
    402403}
    403404
    404 
  • common/common-functions

    r165b9e8 rc7c5a53  
    105105        x86_64, mips64, mipsel64, sparc64, ppc64
    106106
    107 ${BOLD}  --boot_config FILE ${OFF}
     107${BOLD}  --boot-config FILE ${OFF}
    108108        The configuration file for the bootstrap kernel if method=boot
    109109
Note: See TracChangeset for help on using the changeset viewer.