[llvm-commits] CVS: llvm/utils/getsrcs.sh
Chris Lattner
lattner at cs.uiuc.edu
Thu May 27 13:02:02 PDT 2004
Changes in directory llvm/utils:
getsrcs.sh updated: 1.16 -> 1.17
---
Log message:
doxygen no longer builds into the docs tree, and we no longer have boost
in the tree
---
Diffs of the changes: (+1 -1)
Index: llvm/utils/getsrcs.sh
diff -u llvm/utils/getsrcs.sh:1.16 llvm/utils/getsrcs.sh:1.17
--- llvm/utils/getsrcs.sh:1.16 Sun Apr 18 13:26:38 2004
+++ llvm/utils/getsrcs.sh Thu May 27 12:58:45 2004
@@ -4,7 +4,7 @@
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 | \
+ grep -v '\.dir$' | grep -v '\.la$' | \
grep -v /Burg/ | grep -v '\.lo' | grep -v '\.inc$' | grep -v '\.libs' | \
grep -v TableGen/FileParser.cpp | grep -v TableGen/FileParser.h
More information about the llvm-commits
mailing list