[llvm-commits] [llvm] r145519 - /llvm/trunk/Makefile
Bob Wilson
bob.wilson at apple.com
Wed Nov 30 13:06:12 PST 2011
Author: bwilson
Date: Wed Nov 30 15:06:12 2011
New Revision: 145519
URL: http://llvm.org/viewvc/llvm-project?rev=145519&view=rev
Log:
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.
Modified:
llvm/trunk/Makefile
Modified: llvm/trunk/Makefile
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/Makefile?rev=145519&r1=145518&r2=145519&view=diff
==============================================================================
--- llvm/trunk/Makefile (original)
+++ llvm/trunk/Makefile Wed Nov 30 15:06:12 2011
@@ -76,14 +76,6 @@
NO_INSTALL = 1
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)
DIRS := $(filter-out tools docs unittests, $(DIRS)) \
tools/clang tools/lto
@@ -171,7 +163,6 @@
tools-only: all
libs-only: all
install-clang: install
-install-clang-c: install
install-libs: install
# If SHOW_DIAGNOSTICS is enabled, clear the diagnostics file first.
More information about the llvm-commits
mailing list