summaryrefslogtreecommitdiff
path: root/Makefile.rules
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
commit2fe6909be634932de4e45a4c37cd52f184fb9a9b (patch)
tree560248e5aacc227ce9c74ee258141053dd85ab40 /Makefile.rules
parente9414cab00e5d1ff37edf25cbc422ba8de63d4ff (diff)
downloadllvm-2fe6909be634932de4e45a4c37cd52f184fb9a9b.tar.gz
llvm-2fe6909be634932de4e45a4c37cd52f184fb9a9b.tar.bz2
llvm-2fe6909be634932de4e45a4c37cd52f184fb9a9b.tar.xz
Shorten the "updating Makefile" status print-out.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9874 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'Makefile.rules')
-rw-r--r--Makefile.rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.rules b/Makefile.rules
index 4702534f26..5caea11356 100644
--- a/Makefile.rules
+++ b/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 $< $@
#