When the make target is 'install', don't descend into the clang
libraries subdirectories since there's nothing to do there. This saves us quite a few seconds off installworld, esp. if the disk I/O is slow.
This commit is contained in:
parent
ce6cf18f95
commit
d20202d1ac
@ -1,5 +1,6 @@
|
||||
# $FreeBSD$
|
||||
|
||||
.if !make(install)
|
||||
SUBDIR= libclanganalysis \
|
||||
libclangast \
|
||||
libclangbasic \
|
||||
@ -48,8 +49,9 @@ SUBDIR= libclanganalysis \
|
||||
libllvmx86asmprinter \
|
||||
libllvmx86codegen \
|
||||
libllvmx86disassembler \
|
||||
libllvmx86info \
|
||||
\
|
||||
include
|
||||
libllvmx86info
|
||||
.endif
|
||||
|
||||
SUBDIR+= include
|
||||
|
||||
.include <bsd.subdir.mk>
|
||||
|
Loading…
x
Reference in New Issue
Block a user