forked from OSchip/llvm-project
Remove the install-clang-c makefile target.
When I did this before it broke a buildbot that was testing that target, but we've removed that buildbot now. llvm-svn: 145519
This commit is contained in:
parent
3eb84cc75b
commit
a0c69014f8
|
@ -76,14 +76,6 @@ 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
|
||||||
|
@ -171,7 +163,6 @@ 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