Changeset c7c5a53 for LFS/master.sh


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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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 
Note: See TracChangeset for help on using the changeset viewer.