mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 12:41:49 +01: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:
parent
aadcd46d25
commit
c465066a6c
2
Makefile
2
Makefile
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user