Changeset 6299c11 for jhalfs


Ignore:
Timestamp:
10/02/2005 12:27:21 PM (19 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
0.2, 1.0, 2.3, 2.3.x, 2.4, ablfs, ablfs-more, legacy, new_features, trunk
Children:
24530379
Parents:
97a3ffc
Message:

Fixed few errors.
Added a mensage after a succefull full build.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • jhalfs

    r97a3ffc r6299c11  
    455455    echo -e "\ttouch \$@" >> $MKFILE.tmp
    456456
    457     # Remove the build directory(ies) even if the package build fails, except for
    458     # Binutils and TCL. In that cases the sources directories are removed
    459     # only if the build fails.
     457    # Remove the build directory(ies) even if the package build fails.
    460458    if [ "$vrs" != "" ] ; then
    461459      echo -e "\tROOT=\`head -n1 /tmp/unpacked | sed 's@/.*@@'\` && \\" >> $MKFILE.tmp
     
    467465
    468466    # Remove the Binutils pass 2 sources after a sucessfull Re-Adjusting phase.
    469     if [ "$i" = "031-adjusting" ] ; then
     467    if [ "$i" = "067-readjusting" ] ; then
    470468      echo -e "\tif [ -e \$@ ] ; then \\" >> $MKFILE.tmp
    471469      echo -e "\t\trm -r \`cat sources-dir\` && \\" >> $MKFILE.tmp
     
    497495  # Drop in the main target 'all:' and the chapter targets with each sub-target
    498496  # as a dependency.
    499   echo -e "all:  chapter4 chapter5\n" >> $MKFILE
     497  echo "all:  chapter4 chapter5" >> $MKFILE
     498  echo -e "\techo -e \"\\\n\\\tYour new LFS system has been sucessfully build\"\n" >> $MKFILE
    500499  echo -e "chapter4:  020-creatingtoolsdir 021-addinguser 022-settingenvironment\n" >> $MKFILE
    501500  echo -e "chapter5:  chapter4 $chapter5\n" >> $MKFILE >> $MKFILE
Note: See TracChangeset for help on using the changeset viewer.