Don't compute MPATH during install.
This saves time when building over NFS. Nothing should be building during this phase anyhow. Sponsored by: Dell EMC Isilon
This commit is contained in:
parent
3a8068cb3d
commit
a268746d21
@ -192,7 +192,7 @@ SYSTEM_LD_TAIL= @${OBJCOPY} --strip-symbol gcc2_compiled. ${.TARGET} ; \
|
||||
SYSTEM_DEP+= ${LDSCRIPT}
|
||||
|
||||
# Calculate path for .m files early, if needed.
|
||||
.if !defined(NO_MODULES) && !defined(__MPATH)
|
||||
.if !defined(NO_MODULES) && !defined(__MPATH) && !make(install)
|
||||
__MPATH!=find ${S:tA}/ -name \*_if.m
|
||||
.endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user