]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Prefer bootstrapped tools when running certctl.sh
authorAlex Richardson <arichardson@FreeBSD.org>
Mon, 21 Sep 2020 09:03:32 +0000 (09:03 +0000)
committerAlex Richardson <arichardson@FreeBSD.org>
Mon, 21 Sep 2020 09:03:32 +0000 (09:03 +0000)
commit6129f33eb2416b5573a780b7bba3e9a591cf690a
treec8f0c8bcef1e083f9e62c055562fb884187f1e34
parente307eb94ae520d98dc1d346a0c53667a41beab5d
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