[llvm-commits] CVS: llvm/Makefile.rules
Misha Brukman
brukman at cs.uiuc.edu
Mon Nov 10 18:06:03 PST 2003
Changes in directory llvm:
Makefile.rules updated: 1.157 -> 1.158
---
Log message:
Shorten the "updating Makefile" status print-out.
---
Diffs of the changes: (+1 -1)
Index: llvm/Makefile.rules
diff -u llvm/Makefile.rules:1.157 llvm/Makefile.rules:1.158
--- llvm/Makefile.rules:1.157 Sun Nov 9 15:36:19 2003
+++ llvm/Makefile.rules Mon Nov 10 18:05:29 2003
@@ -819,7 +819,7 @@
# If the Makefile in the source tree has been updated, copy it over into the
# build tree.
Makefile :: $(BUILD_SRC_DIR)/Makefile
- @${ECHO} "===== Makefile out of date, updating from source dir: `dirname $<` ====="
+ @${ECHO} "===== Updating Makefile from source dir: `dirname $<` ====="
cp -f $< $@
#
More information about the llvm-commits
mailing list