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)
Sat, Aug 2, 4:02 PM
Unknown Object (File)
Sat, Aug 2, 2:31 PM
Unknown Object (File)
Sun, Jul 27, 4:07 AM
Unknown Object (File)
Sun, Jul 20, 3:11 PM
Unknown Object (File)
Fri, Jul 18, 8:06 PM
Unknown Object (File)
Jun 24 2025, 12:30 PM
Unknown Object (File)
Jun 21 2025, 1:48 PM
Unknown Object (File)
Jun 18 2025, 6:07 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