Follow-up Comment #25, bug #63157 (project make):

This may not always reproduce, because there is a race between make writing
its output to the pipe and the reader exiting.
Sigpipe is sent when the reader exits before make is able to write its
output.
However, if you change it like this
++++
echo 'all:; sleep 2' | make -f- -j2 -O |:
----
it'll reproduce.

Thanks for you report, Frank.
i opened https://savannah.gnu.org/bugs/index.php?63248 and attached a patch.


    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?63157>

_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/


Reply via email to