mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-19 06:31:18 +00:00
Part of PR728, don't install examples or projects.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28671 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
7c5357f0b9
commit
936cd541b6
6
Makefile
6
Makefile
@ -21,7 +21,11 @@ else
|
|||||||
else
|
else
|
||||||
$(warning Skipping runtime libraries, llvm-gcc 4 detected.)
|
$(warning Skipping runtime libraries, llvm-gcc 4 detected.)
|
||||||
endif
|
endif
|
||||||
OPTIONAL_DIRS := examples projects
|
|
||||||
|
# Don't install examples or projects.
|
||||||
|
ifneq ($(MAKECMDGOALS),install)
|
||||||
|
OPTIONAL_DIRS := examples projects
|
||||||
|
endif
|
||||||
DIRS += docs
|
DIRS += docs
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user