[cfe-commits] r64350 - /cfe/trunk/Makefile
Mike Stump
mrs at apple.com
Wed Feb 11 18:25:47 PST 2009
Author: mrs
Date: Wed Feb 11 20:25:47 2009
New Revision: 64350
URL: http://llvm.org/viewvc/llvm-project?rev=64350&view=rev
Log:
Add tags; this is documented to work, just need the wiring to enable it.
Modified:
cfe/trunk/Makefile
Modified: cfe/trunk/Makefile
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/Makefile?rev=64350&r1=64349&r2=64350&view=diff
==============================================================================
--- cfe/trunk/Makefile (original)
+++ cfe/trunk/Makefile Wed Feb 11 20:25:47 2009
@@ -20,4 +20,7 @@
clean::
@ $(MAKE) -C test clean
+tags::
+ $(Verb) etags `find . -type f -name \*.h | grep -v /lib/Headers | grep -v /test/` `find . -type f -name \*.cpp | grep -v /lib/Headers | grep -v /test/`
+
.PHONY: test report clean
More information about the cfe-commits
mailing list