Changeset 968dafd


Ignore:
Timestamp:
10/02/2005 11:26:02 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:
0fc4c75
Parents:
732d1f1
Message:

Fixed all occurences of 'touch $@' to be the last in a target

File:
1 edited

Legend:

Unmodified
Added
Removed
  • jhalfs

    r732d1f1 r968dafd  
    376376    echo -e "\techo -e \"\\\n\`date\`\\\n\\\nKB: \`du -sk --exclude=0??-* \$(LFS)\`\\\n\" >>logs/$i && \\" >> $MKFILE.tmp
    377377
    378     # Include a touch of the target name so make can check
    379     # if it's already been made.
    380     echo -e "\ttouch \$@" >> $MKFILE.tmp
    381 
    382378    # Remove the build directory(ies) even if the package build fails, except for
    383379    # Binutils and TCL. In that cases the sources directories are removed
     
    427423    echo -e "\t\techo \"The build of \$@ has failed\" && exit 1; \\" >> $MKFILE.tmp
    428424    echo -e "\tfi;" >> $MKFILE.tmp
     425   
     426    # Include a touch of the target name so make can check
     427    # if it's already been made.
     428    echo -e "\ttouch \$@" >> $MKFILE.tmp
    429429
    430430    # Keep the script file name for Makefile dependencies.
Note: See TracChangeset for help on using the changeset viewer.