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, May 10, 12:22 AM
Unknown Object (File)
Mar 22 2024, 9:13 PM
Unknown Object (File)
Mar 12 2024, 9:18 PM
Unknown Object (File)
Mar 8 2024, 10:36 PM
Unknown Object (File)
Mar 8 2024, 8:51 AM
Unknown Object (File)
Jan 24 2024, 10:52 PM
Unknown Object (File)
Jan 4 2024, 2:13 PM
Unknown Object (File)
Jan 4 2024, 7:49 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