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)
Tue, Mar 17, 2:27 AM
Unknown Object (File)
Fri, Mar 13, 6:18 PM
Unknown Object (File)
Fri, Mar 13, 5:39 AM
Unknown Object (File)
Thu, Mar 12, 7:49 PM
Unknown Object (File)
Wed, Mar 11, 5:44 AM
Unknown Object (File)
Wed, Mar 11, 12:00 AM
Unknown Object (File)
Mon, Mar 9, 8:32 PM
Unknown Object (File)
Feb 19 2026, 4:40 PM
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