[llvm-commits] [llvm] r165639 - /llvm/trunk/Makefile

Bill Wendling isanbard at gmail.com
Wed Oct 10 11:20:49 PDT 2012


Author: void
Date: Wed Oct 10 13:20:49 2012
New Revision: 165639

URL: http://llvm.org/viewvc/llvm-project?rev=165639&view=rev
Log:
Remove dead variable.

Modified:
    llvm/trunk/Makefile

Modified: llvm/trunk/Makefile
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/Makefile?rev=165639&r1=165638&r2=165639&view=diff
==============================================================================
--- llvm/trunk/Makefile (original)
+++ llvm/trunk/Makefile Wed Oct 10 13:20:49 2012
@@ -77,7 +77,6 @@
 endif
 
 ifeq ($(MAKECMDGOALS),clang-only)
-  BUILD_CLANG_ONLY := YES
   DIRS := $(filter-out tools docs unittests, $(DIRS)) \
           tools/clang tools/lto
   OPTIONAL_DIRS :=





More information about the llvm-commits mailing list