Changeset 732d1f1 for jhalfs


Ignore:
Timestamp:
10/02/2005 11:21:16 PM (19 years ago)
Author:
Jeremy Huntwork <jhuntwork@…>
Branches:
0.2, 1.0, 2.3, 2.3.x, 2.4, ablfs, ablfs-more, legacy, new_features, trunk
Children:
968dafd
Parents:
4e4a8d5
Message:

Fixed a few more misspellings and moved the 'touch ' command to be the last inserted into a target.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • jhalfs

    r4e4a8d5 r732d1f1  
    489489    fi
    490490
    491     # Include a touch of the target name so make can check
    492     # if it's already been made.
    493     echo -e "\ttouch \$@" >> $MKFILE.tmp
    494 
    495491    # Remove the build directory(ies) even if the package build fails.
    496492    if [ "$vrs" != "" ] ; then
     
    515511    echo -e "\t\techo \"The build of \$@ has failed\" && exit 1; \\" >> $MKFILE.tmp
    516512    echo -e "\tfi;" >> $MKFILE.tmp
     513
     514    # Include a touch of the target name so make can check
     515    # if it's already been made.
     516    echo -e "\ttouch \$@" >> $MKFILE.tmp
    517517
    518518    # Keep the script file name for Makefile dependencies.
     
    559559  echo -e "\tcd logs && rm -f $chapter5 && cd ..\n" >> $MKFILE
    560560
    561   # The chapter4 sub-targets are hard-coded to can create the lfs user,
    562   # to make the scripts executables, and to create a clean environment
     561  # The chapter4 sub-targets are hard-coded to create the lfs user,
     562  # to make the scripts executable, and to create a clean environment
    563563  # for the lfs user.
    564564  echo "020-creatingtoolsdir:" >> $MKFILE
     
    572572  echo -e "\tchown lfs \$(LFS)/tools && \\" >> $MKFILE
    573573  echo -e "\tchown lfs \$(LFS)/sources && \\" >> $MKFILE
    574   # Make the scripts executables
     574  # Make the scripts executable
    575575  echo -e "\tchmod -R +x $JHALFSDIR/commands && \\" >> $MKFILE
    576576  echo -e "\ttouch \$@\n" >> $MKFILE
Note: See TracChangeset for help on using the changeset viewer.