[cfe-commits] r119025 - /cfe/trunk/Makefile

NAKAMURA Takumi geek4civic at gmail.com
Sat Nov 13 19:29:27 PST 2010


Author: chapuni
Date: Sat Nov 13 21:29:27 2010
New Revision: 119025

URL: http://llvm.org/viewvc/llvm-project?rev=119025&view=rev
Log:
Makefile: Follow r118918, to add configuration "ENABLE_DOCS".

Modified:
    cfe/trunk/Makefile

Modified: cfe/trunk/Makefile
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/Makefile?rev=119025&r1=119024&r2=119025&view=diff
==============================================================================
--- cfe/trunk/Makefile (original)
+++ cfe/trunk/Makefile Sat Nov 13 21:29:27 2010
@@ -37,6 +37,10 @@
 # Include LLVM common makefile.
 include $(LEVEL)/Makefile.common
 
+ifneq ($(ENABLE_DOCS),1)
+  DIRS := $(filter-out docs, $(DIRS))
+endif
+
 # Set common Clang build flags.
 CPP.Flags += -I$(PROJ_SRC_DIR)/$(CLANG_LEVEL)/include -I$(PROJ_OBJ_DIR)/$(CLANG_LEVEL)/include
 ifdef CLANG_VENDOR





More information about the cfe-commits mailing list