Shorten the "updating Makefile" status print-out.
authorMisha Brukman <brukman+llvm@gmail.com>
Tue, 11 Nov 2003 00:05:29 +0000 (00:05 +0000)
committerMisha Brukman <brukman+llvm@gmail.com>
Tue, 11 Nov 2003 00:05:29 +0000 (00:05 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9874 91177308-0d34-0410-b5e6-96231b3b80d8

Makefile.rules

index 4702534f267949c617584caac6d3d6276226ba3a..5caea11356b9497d6ae756d58cc0a9c35e6c8ffb 100644 (file)
@@ -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 $< $@
 
 #