mirror of
https://github.com/mirror/make.git
synced 2026-08-08 09:01:05 +00:00
* file.c (remove_intermediates): Restart "rm ..." on error
This commit is contained in:
@@ -424,7 +424,11 @@ remove_intermediates (int sig)
|
||||
}
|
||||
}
|
||||
if (status < 0)
|
||||
perror_with_name ("unlink: ", f->name);
|
||||
{
|
||||
perror_with_name ("\nunlink: ", f->name);
|
||||
/* Start printing over. */
|
||||
doneany = 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user