[llvm-commits] CVS: llvm/projects/Makefile

John Criswell criswell at choi.cs.uiuc.edu
Mon Jun 30 14:35:01 PDT 2003


Changes in directory llvm/projects:

Makefile updated: 1.1.2.1 -> 1.1.2.2

---
Log message:

Removed CVS from the list of directories that can be built.


---
Diffs of the changes:

Index: llvm/projects/Makefile
diff -u llvm/projects/Makefile:1.1.2.1 llvm/projects/Makefile:1.1.2.2
--- llvm/projects/Makefile:1.1.2.1	Mon Jun 30 13:45:31 2003
+++ llvm/projects/Makefile	Mon Jun 30 14:34:22 2003
@@ -1,5 +1,6 @@
 LEVEL=..
 
-OPTIONAL_DIRS:=$(shell ls)
+DIRS=
+OPTIONAL_DIRS:=$(shell ls | grep -v CVS)
 
 include $(LEVEL)/Makefile.common





More information about the llvm-commits mailing list