[llvm-commits] CVS: llvm/utils/getsrcs.sh
Chris Lattner
lattner at cs.uiuc.edu
Thu Oct 9 11:11:03 PDT 2003
Changes in directory llvm/utils:
getsrcs.sh updated: 1.11 -> 1.12
---
Log message:
Include the new docs directory, whenever it gets added. www is gone
---
Diffs of the changes: (+1 -1)
Index: llvm/utils/getsrcs.sh
diff -u llvm/utils/getsrcs.sh:1.11 llvm/utils/getsrcs.sh:1.12
--- llvm/utils/getsrcs.sh:1.11 Sun Oct 5 14:33:27 2003
+++ llvm/utils/getsrcs.sh Thu Oct 9 11:10:15 2003
@@ -1,7 +1,7 @@
#!/bin/sh
# This is useful because it prints out all of the source files. Useful for
# greps.
-find www include lib tools utils -name \*.\[cdhyl\]\* | grep -v Lexer.cpp | \
+find docs include lib tools utils -name \*.\[cdhyl\]\* | grep -v Lexer.cpp | \
grep -v llvmAsmParser.cpp | grep -v llvmAsmParser.h | grep -v '~$' | \
grep -v '\.ll$' | grep -v .flc | grep -v Sparc.burm.c | grep -v '\.d$' |\
grep -v '\.dir$' | grep -v www/docs/doxygen | grep -v include/boost | \
More information about the llvm-commits
mailing list