Adjust level, build things in parallel

llvm-svn: 7863
This commit is contained in:
Chris Lattner 2003-08-15 02:38:18 +00:00
parent 43063248aa
commit 7aabe391b8

View File

@ -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...