[llvm-commits] CVS: llvm/Makefile.rules
Reid Spencer
reid at x10sys.com
Fri Jan 14 08:33:47 PST 2005
Changes in directory llvm:
Makefile.rules updated: 1.289 -> 1.290
---
Log message:
Allow the Echo and EchoCmd variables to be overridden.
---
Diffs of the changes: (+2 -2)
Index: llvm/Makefile.rules
diff -u llvm/Makefile.rules:1.289 llvm/Makefile.rules:1.290
--- llvm/Makefile.rules:1.289 Mon Jan 10 22:31:07 2005
+++ llvm/Makefile.rules Fri Jan 14 10:33:36 2005
@@ -228,8 +228,8 @@
#--------------------------------------------------------------------
# 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
More information about the llvm-commits
mailing list