[llvm-commits] CVS: llvm/getsrcs.sh
Christopher Lattner
lattner at cs.uiuc.edu
Fri Sep 6 16:05:03 PDT 2002
Changes in directory llvm:
getsrcs.sh updated: 1.6 -> 1.7
---
Log message:
Fix script due to new www/ top level directory
---
Diffs of the changes:
Index: llvm/getsrcs.sh
diff -u llvm/getsrcs.sh:1.6 llvm/getsrcs.sh:1.7
--- llvm/getsrcs.sh:1.6 Tue Jul 23 12:56:32 2002
+++ llvm/getsrcs.sh Fri Sep 6 16:04:36 2002
@@ -1,5 +1,5 @@
#!/bin/sh
# This is useful because it prints out all of the source files. Useful for
# greps.
-find docs include lib tools -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 docs/doxygen | grep -v include/boost
+find www include lib tools -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