[llvm-commits] CVS: llvm/Makefile
Chris Lattner
lattner at cs.uiuc.edu
Thu Jun 24 13:21:01 PDT 2004
Changes in directory llvm:
Makefile updated: 1.26 -> 1.27
---
Log message:
etags isn't portable at all. Make it not run by default. If you still
want it, just type 'make tags'
---
Diffs of the changes: (+1 -1)
Index: llvm/Makefile
diff -u llvm/Makefile:1.26 llvm/Makefile:1.27
--- llvm/Makefile:1.26 Thu Jun 10 22:10:27 2004
+++ llvm/Makefile Thu Jun 24 13:19:42 2004
@@ -45,7 +45,7 @@
TAGS: tags
-all:: tags
+all::
tags:
find $(wildcard $(SourceDir)/include $(SourceDir)/lib $(SourceDir)/tools) -name '*.cpp' -o -name '*.h' | $(ETAGS) $(ETAGSFLAGS) -
More information about the llvm-commits
mailing list