1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00

As a part of the bootstrapping process, the top-level tools-only target

should not build projects.

llvm-svn: 12984
This commit is contained in:
Brian Gaeke 2004-04-16 15:57:02 +00:00
parent aadcd46d25
commit c465066a6c

View File

@ -8,10 +8,10 @@
##===----------------------------------------------------------------------===##
LEVEL = .
DIRS = lib/Support utils lib tools
OPTIONAL_DIRS = projects
ifneq ($(MAKECMDGOALS),tools-only)
DIRS += runtime
OPTIONAL_DIRS = projects
endif
include $(LEVEL)/Makefile.common