Page MenuHomeFreeBSD

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

Authored by jhb on Dec 23 2022, 7:48 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Apr 15, 7:37 AM
Unknown Object (File)
Mon, Apr 6, 2:15 PM
Unknown Object (File)
Mon, Apr 6, 6:57 AM
Unknown Object (File)
Sun, Apr 5, 2:57 PM
Unknown Object (File)
Thu, Apr 2, 8:16 PM
Unknown Object (File)
Mar 17 2026, 2:27 AM
Unknown Object (File)
Mar 13 2026, 6:18 PM
Unknown Object (File)
Mar 13 2026, 5:39 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