Page MenuHomeFreeBSD

Prefer bootstrapped tools when running certctl.sh
ClosedPublic

Authored by arichardson on Sep 19 2020, 1:34 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, May 9, 6:47 PM
Unknown Object (File)
Tue, May 5, 2:10 PM
Unknown Object (File)
Mon, Apr 20, 6:57 AM
Unknown Object (File)
Apr 15 2026, 3:19 AM
Unknown Object (File)
Apr 14 2026, 8:29 PM
Unknown Object (File)
Apr 13 2026, 9:29 AM
Unknown Object (File)
Apr 6 2026, 12:35 PM
Unknown Object (File)
Mar 18 2026, 2:13 PM
Subscribers

Details

Summary

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'
....

Maybe certctl should run with set -e?

Test Plan

no more warnings emitted, didn't check if it does the right thing.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable