bug-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug #63307] make 4.4 passes ignored SIGPIPE on to children


From: anonymous
Subject: [bug #63307] make 4.4 passes ignored SIGPIPE on to children
Date: Sun, 6 Nov 2022 06:00:02 -0500 (EST)

Follow-up Comment #7, bug #63307 (project make):

> Other reasons are the desire to avoid complexity in make.

I agree with the desire to avoid complexity, but preserving an ignored SIGPIPE
on top of your patch needs no more than:

  if (bsd_signal (SIGPIPE, handle_sigpipe) == SIG_IGN)
    bsd_signal (SIGPIPE, SIG_IGN);


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]