mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
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
640603fbf6
commit
751df7696a
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue