summaryrefslogtreecommitdiffstats
path: root/llvm/runtime
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-08-15 02:38:18 +0000
committerChris Lattner <sabre@nondot.org>2003-08-15 02:38:18 +0000
commit7aabe391b8c786c8f14d34c1a12f0aaacbf76c1f (patch)
tree82ad16471edee88f31132844b1a95803d9ad8164 /llvm/runtime
parent43063248aace00afe88ab49632747c4e3b553c88 (diff)
downloadbcm5719-llvm-7aabe391b8c786c8f14d34c1a12f0aaacbf76c1f.tar.gz
bcm5719-llvm-7aabe391b8c786c8f14d34c1a12f0aaacbf76c1f.zip
Adjust level, build things in parallel
llvm-svn: 7863
Diffstat (limited to 'llvm/runtime')
-rw-r--r--llvm/runtime/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/runtime/Makefile b/llvm/runtime/Makefile
index 6f05ed2d5f5..432d71d2265 100644
--- a/llvm/runtime/Makefile
+++ b/llvm/runtime/Makefile
@@ -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...
OpenPOWER on IntegriCloud