summaryrefslogtreecommitdiff
path: root/job.c
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2012-12-07 14:13:16 +0000
committerEli Zaretskii <eliz@gnu.org>2012-12-07 14:13:16 +0000
commit6c112007bbe3684e4e897cface9fe2001b025843 (patch)
tree2d6040a58f3fd952f224154ad4e00f44abe90e00 /job.c
parent8705f637f6d648b87d13ab7a0bff543bb21826dc (diff)
downloadmake-6c112007bbe3684e4e897cface9fe2001b025843.tar.gz
job.c (reap_children): Add debug message for when removal of a temporary
batch file fails.
Diffstat (limited to 'job.c')
-rw-r--r--job.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/job.c b/job.c
index b11d1b4f..8e4c3a55 100644
--- a/job.c
+++ b/job.c
@@ -816,7 +816,6 @@ reap_children (int block, int err)
DB (DB_JOBS, (_("Cleaning up temp batch file %s\n"),
c->sh_batch_file));
- /* just try and remove, don't care if this fails */
errno = 0;
rm_status = remove (c->sh_batch_file);
if (rm_status)