avoids leaving behind temporary batch files in the temporary
directory, which happens frequently on a fast machine when using
parallel builds.
+ (reap_children): Add debug message for when removal of a temporary
+ batch file fails.
2012-10-29 Paul Smith <psmith@gnu.org>
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)