Follow-up Comment #1, bug #40431 (project make):
This isn't the fix you were looking for, but for the record I think placing:
export SHELLOPTS = pipefail
in the makefile would solve your particular problem. The SHELLOPTS variable is
read-only to bash so it cannot be set within the shell, thus the only way to
get this behavior is with set -o pipefail, but you can modify and export
SHELLOPTS from a non-bash parent process (such as make).
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?40431>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
_______________________________________________
Bug-make mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-make