Follow-up Comment #1, bug #63248 (project make):

A user reported that make leaves temporary files behind when killed by
sigpipe.


++++
$ ls tmp/
$ echo 'all:; sleep 2' | ~/src/gmake/make/l64/make -f- -j2 -O |:
$ ls tmp
GmIDqB2Q  GmyW1CcO
$ rm tmp/*
$ # this make ignores sigpipe
$ echo 'all:; sleep 2' | ~/src/gmake/make/l64/make -f- -j2 -O |:
fwrite(): Broken pipe
make: write error: stdout
$ ls tmp/
$
----

The bug report is here
https://lists.gnu.org/archive/html/bug-make/2022-10/msg00160.html


    _______________________________________________________

Reply to this item at:

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

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


Reply via email to