mirror of
https://git.savannah.gnu.org/git/make.git
synced 2025-02-06 06:26:52 +00:00
Formerly commands.c.~7~
This commit is contained in:
parent
df884f9d9a
commit
add4780bf7
1 changed files with 0 additions and 2 deletions
|
@ -426,8 +426,6 @@ fatal_error_signal (sig)
|
||||||
if (kill (getpid (), sig) < 0)
|
if (kill (getpid (), sig) < 0)
|
||||||
/* It shouldn't return, but if it does, die anyway. */
|
/* It shouldn't return, but if it does, die anyway. */
|
||||||
pfatal_with_name ("kill");
|
pfatal_with_name ("kill");
|
||||||
|
|
||||||
return 0;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Delete all non-precious targets of CHILD unless they were already deleted.
|
/* Delete all non-precious targets of CHILD unless they were already deleted.
|
||||||
|
|
Loading…
Reference in a new issue