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)
Thu, Mar 20, 11:09 PM
Unknown Object (File)
Feb 20 2025, 12:47 PM
Unknown Object (File)
Feb 19 2025, 4:40 AM
Unknown Object (File)
Feb 15 2025, 11:22 AM
Unknown Object (File)
Feb 13 2025, 2:55 AM
Unknown Object (File)
Jan 14 2025, 8:07 PM
Unknown Object (File)
Dec 17 2024, 1:43 AM
Unknown Object (File)
Sep 24 2024, 1:10 AM
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