Page MenuHomeFreeBSD

termcap.small: Don't use -o pipefail.
ClosedPublic

Authored by jhb on Dec 23 2022, 7:48 PM.
Tags
None
Referenced Files
F160361407: D37865.diff
Tue, Jun 23, 5:00 PM
Unknown Object (File)
May 20 2026, 2:46 AM
Unknown Object (File)
May 9 2026, 6:36 AM
Unknown Object (File)
May 7 2026, 9:42 PM
Unknown Object (File)
Apr 29 2026, 1:29 PM
Unknown Object (File)
Apr 15 2026, 7:37 AM
Unknown Object (File)
Apr 6 2026, 2:15 PM
Unknown Object (File)
Apr 6 2026, 6:57 AM
Subscribers

Details

Summary

The command to generate termcap.small doesn't use any pipes, so this
option is not needed. Using it also breaks cross-building on hosts
where /bin/sh does not support pipefail such as Linux hosts where
/bin/sh is dash.

Sponsored by: DARPA

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable