]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Prefer bootstrapped tools when running certctl.sh
authorarichardson <arichardson@FreeBSD.org>
Mon, 21 Sep 2020 09:03:32 +0000 (09:03 +0000)
committerarichardson <arichardson@FreeBSD.org>
Mon, 21 Sep 2020 09:03:32 +0000 (09:03 +0000)
commitd278df1f08b35920ec7ad992fc73ed4e5544991f
treec8f0c8bcef1e083f9e62c055562fb884187f1e34
parenta9be09f45f9fb89863944ed758705caf3ccc4b65
Prefer bootstrapped tools when running certctl.sh

Otherwise we get lots of warnings when building on Linux/macOS during
installworld:
Scanning /local/scratch/alr48/cheri/output/freebsd-x86/usr/share/certs/blacklisted for certificates...
install: invalid option -- 'U'
Try 'install --help' for more information.
install: invalid option -- 'U'
....

Reviewed By: kevans
Differential Revision: https://reviews.freebsd.org/D26481
Makefile.inc1