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, Nov 18, 7:16 AM
Unknown Object (File)
Tue, Nov 18, 12:14 AM
Unknown Object (File)
Sun, Nov 2, 8:40 AM
Unknown Object (File)
Sun, Nov 2, 8:37 AM
Unknown Object (File)
Wed, Oct 29, 10:20 AM
Unknown Object (File)
Wed, Oct 29, 8:13 AM
Unknown Object (File)
Oct 13 2025, 2:21 AM
Unknown Object (File)
Oct 10 2025, 4:34 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