]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Use bootstrapped install(1) install of tools/install.sh in world stage
authorAlex Richardson <arichardson@FreeBSD.org>
Tue, 25 Aug 2020 13:30:14 +0000 (13:30 +0000)
committerAlex Richardson <arichardson@FreeBSD.org>
Tue, 25 Aug 2020 13:30:14 +0000 (13:30 +0000)
commit3ce13dbc233b7c063c08cf33e391da4f718be6ad
treeda1a401304dc7f33b5a98b1fc09f0c4a94fef6ca
parenteb51ce8efbe8e65a815fcfe8be3e6c8c903e5b68
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
Makefile.inc1