summaryrefslogtreecommitdiff
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorAlex Richardson <arichardson@FreeBSD.org>2020-08-25 13:30:14 +0000
committerAlex Richardson <arichardson@FreeBSD.org>2020-08-25 13:30:14 +0000
commit3ce13dbc233b7c063c08cf33e391da4f718be6ad (patch)
treeda1a401304dc7f33b5a98b1fc09f0c4a94fef6ca /Makefile.inc1
parenteb51ce8efbe8e65a815fcfe8be3e6c8c903e5b68 (diff)
downloadsrc-test2-3ce13dbc233b7c063c08cf33e391da4f718be6ad.tar.gz
src-test2-3ce13dbc233b7c063c08cf33e391da4f718be6ad.zip
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
Notes
Notes: svn path=/head/; revision=364763
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc12
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index ac2bcf7b22b0..910f0017faff 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -765,7 +765,7 @@ KTMAKE= \
# world stage
WMAKEENV= ${CROSSENV} \
- INSTALL="sh ${.CURDIR}/tools/install.sh" \
+ INSTALL="${INSTALL_CMD} -U" \
PATH=${TMPPATH} \
SYSROOT=${WORLDTMP}