summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMisha Brukman <brukman+llvm@gmail.com>2003-11-11 00:05:29 +0000
committerMisha Brukman <brukman+llvm@gmail.com>2003-11-11 00:05:29 +0000
commitb617253a16f8283d61a775101d2e24a332fe97e2 (patch)
tree18424d98fbf96ad0fdfb523bc774057b627b4ad9
parent8f53a89edf13bdf745b86f8614a9bf26e69504cd (diff)
downloadbcm5719-llvm-b617253a16f8283d61a775101d2e24a332fe97e2.tar.gz
bcm5719-llvm-b617253a16f8283d61a775101d2e24a332fe97e2.zip
Shorten the "updating Makefile" status print-out.
llvm-svn: 9874
-rw-r--r--llvm/Makefile.rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/Makefile.rules b/llvm/Makefile.rules
index 4702534f267..5caea11356b 100644
--- a/llvm/Makefile.rules
+++ b/llvm/Makefile.rules
@@ -819,7 +819,7 @@ $(LLVM_OBJ_ROOT)/config.status:: $(LLVM_SRC_ROOT)/configure
# 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 $< $@
#
OpenPOWER on IntegriCloud