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, Nov 15, 5:01 PM
Unknown Object (File)
Oct 4 2024, 3:03 AM
Unknown Object (File)
Sep 27 2024, 1:04 PM
Unknown Object (File)
Sep 27 2024, 11:22 AM
Unknown Object (File)
Sep 27 2024, 9:24 AM
Unknown Object (File)
Sep 24 2024, 9:20 AM
Unknown Object (File)
Sep 18 2024, 12:28 PM
Unknown Object (File)
Sep 10 2024, 7:21 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