diff options
| author | Chris Lattner <sabre@nondot.org> | 2003-08-15 02:38:18 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2003-08-15 02:38:18 +0000 |
| commit | 7aabe391b8c786c8f14d34c1a12f0aaacbf76c1f (patch) | |
| tree | 82ad16471edee88f31132844b1a95803d9ad8164 /llvm/runtime | |
| parent | 43063248aace00afe88ab49632747c4e3b553c88 (diff) | |
| download | bcm5719-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/Makefile | 6 |
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... |

