[llvm-commits] CVS: llvm/tools/llee/Makefile
Reid Spencer
reid at x10sys.com
Sat Oct 30 02:19:48 PDT 2004
Changes in directory llvm/tools/llee:
Makefile updated: 1.11 -> 1.12
---
Log message:
Internalize variable names to prevent recursive assignment. Cleanup docs.
---
Diffs of the changes: (+7 -6)
Index: llvm/tools/llee/Makefile
diff -u llvm/tools/llee/Makefile:1.11 llvm/tools/llee/Makefile:1.12
--- llvm/tools/llee/Makefile:1.11 Fri Oct 29 13:36:51 2004
+++ llvm/tools/llee/Makefile Sat Oct 30 04:19:36 2004
@@ -9,16 +9,17 @@
LEVEL = ../..
LIBRARYNAME = LLVMexecve
SHARED_LIBRARY = 1
+DONT_BUILD_RELINKED = 1
include $(LEVEL)/Makefile.common
all:: llee
-llee: $(TOOLDIR)/llee
+llee: $(ToolDir)/llee
-$(TOOLDIR)/llee: Makefile
- @$(ECHO) Constructing llee shell script
- $(VERB) echo exec env LD_PRELOAD=$(LIBDIR)/libLLVMexecve$(SHLIBEXT) $$\* > $@
- $(VERB) chmod u+x $@
+$(ToolDir)/llee: Makefile
+ $(Echo) Constructing llee shell script
+ $(Verb) echo exec env LD_PRELOAD=$(LibDir)/libexecve$(SHLIBEXT) $$\* > $@
+ $(Verb) chmod u+x $@
clean::
- $(VERB) rm -f $(TOOLDIR)/llee
+ $(Verb) rm -f $(ToolDir)/llee
More information about the llvm-commits
mailing list