mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 18:54:02 +01:00
Partially revert r145157 to quiet an unhappy buildbot.
Removing that buildbot would be a better solution, but this is at least a temporary workaround. llvm-svn: 145160
This commit is contained in:
parent
237b413f4a
commit
9863091824
9
Makefile
9
Makefile
@ -76,6 +76,14 @@ ifeq ($(MAKECMDGOALS),install-clang)
|
|||||||
NO_INSTALL = 1
|
NO_INSTALL = 1
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifeq ($(MAKECMDGOALS),install-clang-c)
|
||||||
|
DIRS := tools/clang/tools/driver tools/clang/lib/Headers \
|
||||||
|
tools/clang/tools/libclang tools/clang/tools/c-index-test \
|
||||||
|
tools/clang/include/clang-c
|
||||||
|
OPTIONAL_DIRS :=
|
||||||
|
NO_INSTALL = 1
|
||||||
|
endif
|
||||||
|
|
||||||
ifeq ($(MAKECMDGOALS),clang-only)
|
ifeq ($(MAKECMDGOALS),clang-only)
|
||||||
DIRS := $(filter-out tools docs unittests, $(DIRS)) \
|
DIRS := $(filter-out tools docs unittests, $(DIRS)) \
|
||||||
tools/clang tools/lto
|
tools/clang tools/lto
|
||||||
@ -163,6 +171,7 @@ clang-only: all
|
|||||||
tools-only: all
|
tools-only: all
|
||||||
libs-only: all
|
libs-only: all
|
||||||
install-clang: install
|
install-clang: install
|
||||||
|
install-clang-c: install
|
||||||
install-libs: install
|
install-libs: install
|
||||||
|
|
||||||
# If SHOW_DIAGNOSTICS is enabled, clear the diagnostics file first.
|
# If SHOW_DIAGNOSTICS is enabled, clear the diagnostics file first.
|
||||||
|
Loading…
Reference in New Issue
Block a user