projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bd02b0a
)
Allow the Echo and EchoCmd variables to be overridden.
author
Reid Spencer
<rspencer@reidspencer.com>
Fri, 14 Jan 2005 16:33:36 +0000
(16:33 +0000)
committer
Reid Spencer
<rspencer@reidspencer.com>
Fri, 14 Jan 2005 16:33:36 +0000
(16:33 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19551
91177308
-0d34-0410-b5e6-
96231b3b80d8
Makefile.rules
patch
|
blob
|
history
diff --git
a/Makefile.rules
b/Makefile.rules
index 7badbddd762a023361b090c7e5b923cf560a8850..b1363d03c9e06fbb0b31245aee396ef65e9079db 100644
(file)
--- a/
Makefile.rules
+++ b/
Makefile.rules
@@
-228,8
+228,8
@@
CFERuntimeLibDir := $(LLVMGCCDIR)/lib
#--------------------------------------------------------------------
# Full Paths To Compiled Tools and Utilities
#--------------------------------------------------------------------
-EchoCmd
:
= $(ECHO) llvm[$(MAKELEVEL)]:
-Echo
:
= @$(EchoCmd)
+EchoCmd = $(ECHO) llvm[$(MAKELEVEL)]:
+Echo = @$(EchoCmd)
ifndef LIBTOOL
LIBTOOL := $(LLVM_OBJ_ROOT)/mklib
endif