Don't build examples by default, use BUILD_EXAMPLES=1 to build them. The only utility...
authorDaniel Dunbar <daniel@zuster.org>
Mon, 16 Nov 2009 22:38:00 +0000 (22:38 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Mon, 16 Nov 2009 22:38:00 +0000 (22:38 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@88979 91177308-0d34-0410-b5e6-96231b3b80d8

Makefile

index 671f92c77e87d3c1b2bcc9b95a2bee28fdb2344b..31c1b6961a3bde87fad01d7554b7f45ad09aae28 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -32,7 +32,11 @@ ifeq ($(BUILD_DIRS_ONLY),1)
 else
   DIRS := lib/System lib/Support utils lib/VMCore lib tools/llvm-config \
           tools runtime docs unittests
-  OPTIONAL_DIRS := examples projects bindings
+  OPTIONAL_DIRS := projects bindings
+endif
+
+ifeq ($(BUILD_EXAMPLES),1)
+  OPTIONAL_DIRS += examples
 endif
 
 EXTRA_DIST := test unittests llvm.spec include win32 Xcode