forked from OSchip/llvm-project
Part of PR728, don't install examples or projects.
llvm-svn: 28671
This commit is contained in:
parent
e2e2492d8a
commit
f566821f36
|
@ -21,7 +21,11 @@ else
|
|||
else
|
||||
$(warning Skipping runtime libraries, llvm-gcc 4 detected.)
|
||||
endif
|
||||
|
||||
# Don't install examples or projects.
|
||||
ifneq ($(MAKECMDGOALS),install)
|
||||
OPTIONAL_DIRS := examples projects
|
||||
endif
|
||||
DIRS += docs
|
||||
endif
|
||||
endif
|
||||
|
|
Loading…
Reference in New Issue