[llvm-commits] CVS: llvm/Makefile
Reid Spencer
reid at x10sys.com
Sat Dec 4 14:34:08 PST 2004
Changes in directory llvm:
Makefile updated: 1.45 -> 1.46
---
Log message:
CVS directory elimination moved to Makefile.rules
---
Diffs of the changes: (+0 -2)
Index: llvm/Makefile
diff -u llvm/Makefile:1.45 llvm/Makefile:1.46
--- llvm/Makefile:1.45 Sat Dec 4 00:25:03 2004
+++ llvm/Makefile Sat Dec 4 16:33:58 2004
@@ -32,8 +32,6 @@
$(Verb) $(MAKE) ENABLE_PROFILING=1
dist-hook::
- $(Echo) Eliminating CVS directories from distribution
- $(Verb) $(RM) -rf `find $(TopDistDir) -type d -name CVS -print`
$(Echo) Eliminating files constructed by configure
$(Verb) $(RM) -f \
$(TopDistDir)/include/llvm/ADT/hash_map \
More information about the llvm-commits
mailing list