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