[llvm-commits] CVS: llvm/Makefile

Brian Gaeke gaeke at cs.uiuc.edu
Fri Apr 16 10:57:01 PDT 2004


Changes in directory llvm:

Makefile updated: 1.22 -> 1.23

---
Log message:

As a part of the bootstrapping process, the top-level tools-only target 
should not build projects.


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

Index: llvm/Makefile
diff -u llvm/Makefile:1.22 llvm/Makefile:1.23
--- llvm/Makefile:1.22	Mon Feb  9 19:10:01 2004
+++ llvm/Makefile	Fri Apr 16 10:57:02 2004
@@ -8,10 +8,10 @@
 ##===----------------------------------------------------------------------===##
 LEVEL = .
 DIRS = lib/Support utils lib tools 
-OPTIONAL_DIRS = projects
 
 ifneq ($(MAKECMDGOALS),tools-only)
 DIRS += runtime
+OPTIONAL_DIRS = projects
 endif
 
 include $(LEVEL)/Makefile.common





More information about the llvm-commits mailing list