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)
Fri, Feb 28, 9:43 PM
Unknown Object (File)
Feb 14 2025, 8:26 AM
Unknown Object (File)
Feb 12 2025, 11:11 AM
Unknown Object (File)
Feb 8 2025, 12:40 PM
Unknown Object (File)
Jan 27 2025, 7:42 AM
Unknown Object (File)
Jan 22 2025, 1:42 AM
Unknown Object (File)
Jan 3 2025, 1:55 AM
Unknown Object (File)
Nov 15 2024, 5:01 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