mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-26 21:32:10 +00:00
Shorten the "updating Makefile" status print-out.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9874 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
e9414cab00
commit
2fe6909be6
@ -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 $< $@
|
||||
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user