mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 09:41:03 -04:00
Use bootstrapped install(1) install of tools/install.sh in world stage
This should be noticeably faster due to fewer processes being forked and also handles other flags such as -S or writing to METALOG. Reviewed By: brooks Differential Revision: https://reviews.freebsd.org/D26039
This commit is contained in:
parent
eb51ce8efb
commit
3ce13dbc23
1 changed files with 1 additions and 1 deletions
|
|
@ -765,7 +765,7 @@ KTMAKE= \
|
|||
|
||||
# world stage
|
||||
WMAKEENV= ${CROSSENV} \
|
||||
INSTALL="sh ${.CURDIR}/tools/install.sh" \
|
||||
INSTALL="${INSTALL_CMD} -U" \
|
||||
PATH=${TMPPATH} \
|
||||
SYSROOT=${WORLDTMP}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue