mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-15 06:29:05 +00:00
Don't build examples by default, use BUILD_EXAMPLES=1 to build them. The only utility of this is testing that we keep the examples up to date, I will just make the buildbots run with this flag.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@88979 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
6
Makefile
6
Makefile
@@ -32,7 +32,11 @@ ifeq ($(BUILD_DIRS_ONLY),1)
|
|||||||
else
|
else
|
||||||
DIRS := lib/System lib/Support utils lib/VMCore lib tools/llvm-config \
|
DIRS := lib/System lib/Support utils lib/VMCore lib tools/llvm-config \
|
||||||
tools runtime docs unittests
|
tools runtime docs unittests
|
||||||
OPTIONAL_DIRS := examples projects bindings
|
OPTIONAL_DIRS := projects bindings
|
||||||
|
endif
|
||||||
|
|
||||||
|
ifeq ($(BUILD_EXAMPLES),1)
|
||||||
|
OPTIONAL_DIRS += examples
|
||||||
endif
|
endif
|
||||||
|
|
||||||
EXTRA_DIST := test unittests llvm.spec include win32 Xcode
|
EXTRA_DIST := test unittests llvm.spec include win32 Xcode
|
||||||
|
Reference in New Issue
Block a user