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, Sep 19, 6:39 AM
Unknown Object (File)
Sat, Sep 12, 2:45 PM
Unknown Object (File)
Sat, Sep 12, 4:27 AM
Unknown Object (File)
Wed, Sep 9, 9:29 AM
Unknown Object (File)
Sun, Sep 6, 11:32 AM
Unknown Object (File)
Fri, Aug 28, 8:42 AM
Unknown Object (File)
Mon, Aug 24, 11:22 AM
Unknown Object (File)
Aug 5 2026, 7:18 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