[llvm-commits] CVS: llvm/Makefile

Reid Spencer reid at x10sys.com
Sun Nov 28 20:58:06 PST 2004



Changes in directory llvm:

Makefile updated: 1.42 -> 1.43
---
Log message:

Add "docs" as a descendable directory (at the end)


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

Index: llvm/Makefile
diff -u llvm/Makefile:1.42 llvm/Makefile:1.43
--- llvm/Makefile:1.42	Thu Nov 25 03:08:54 2004
+++ llvm/Makefile	Sun Nov 28 22:57:55 2004
@@ -10,7 +10,7 @@
 DIRS = lib/System lib/Support utils lib tools 
 
 ifneq ($(MAKECMDGOALS),tools-only)
-DIRS += runtime
+DIRS += runtime docs
 OPTIONAL_DIRS = examples projects
 endif
 
@@ -44,7 +44,7 @@
 	  $(TopDistDir)/include/llvm/Support/ThreadSupport.h
 
 check :: 
-	cd test; $(MAKE) 
+	$(MAKE) -C test
 
 tools-only: all
 






More information about the llvm-commits mailing list