[llvm-commits] CVS: llvm/utils/getsrcs.sh

Chris Lattner lattner at cs.uiuc.edu
Tue Jan 27 15:47:02 PST 2004


Changes in directory llvm/utils:

getsrcs.sh updated: 1.12 -> 1.13

---
Log message:

Start counting projects


---
Diffs of the changes:  (+1 -1)

Index: llvm/utils/getsrcs.sh
diff -u llvm/utils/getsrcs.sh:1.12 llvm/utils/getsrcs.sh:1.13
--- llvm/utils/getsrcs.sh:1.12	Thu Oct  9 11:10:15 2003
+++ llvm/utils/getsrcs.sh	Tue Jan 27 15:46:23 2004
@@ -1,7 +1,7 @@
 #!/bin/sh
 # This is useful because it prints out all of the source files.  Useful for
 # greps.
-find docs include lib tools utils -name \*.\[cdhyl\]\* | grep -v Lexer.cpp | \
+find docs include lib tools utils projects -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