Prevent installing corrupted /bsd on relink errors
Link with --no-mmap-output-file on LLD_ARCH to propagate failure, which
defaults to mmap(2) and thus does not account for, e.g. running out of space
in /usr/ or /tmp/.
This causes targets like `newbsd', used by reorder_kernel and the installer,
to install whatever ld.lld(1) produced despite errors before exiting zero.
Seen by many, debugged by tb and semarie; undocumented flag found by jmatthew.
"let's do it" deraadt
rpki-client: kill CPS printing in very verbose mode
This predated file mode by a bit and at that time it seemed a good idea to
provide access to it although it kind of made things excessively verbose.
This info is now easily accessible with -fv, so silence this chatterbox.
ok job