mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 03:02:36 +01:00
Part of PR728, don't install examples or projects.
llvm-svn: 28671
This commit is contained in:
parent
9cfabaf195
commit
67d357bb6b
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…
Reference in New Issue
Block a user