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

Chris Lattner lattner at cs.uiuc.edu
Thu Aug 14 21:39:14 PDT 2003


Changes in directory llvm/runtime:

Makefile updated: 1.6 -> 1.7

---
Log message:

Adjust level, build things in parallel


---
Diffs of the changes:

Index: llvm/runtime/Makefile
diff -u llvm/runtime/Makefile:1.6 llvm/runtime/Makefile:1.7
--- llvm/runtime/Makefile:1.6	Thu Aug 14 21:20:00 2003
+++ llvm/runtime/Makefile	Thu Aug 14 21:38:18 2003
@@ -1,9 +1,9 @@
-# Libraries Makefile:  Build all subdirectories automatically
+# llvm/runtime Makefile:  Build all subdirectories automatically
 
-LEVEL = ../..
+LEVEL = ..
 PARALLEL_DIRS  := $(sort $(filter-out Output/, $(filter-out CVS/, $(wildcard */))))
 
-include ${LEVEL}/Makefile.common
+include $(LEVEL)/Makefile.common
 
 # Install target for libraries: Copy into the gcc install directory in chris's
 # tree...





More information about the llvm-commits mailing list