(clean mostlyclean): Ignore errors when removing files.

This commit is contained in:
Andrew Innes 2000-09-15 17:50:43 +00:00
parent dab9684135
commit 39f547f72e
2 changed files with 7 additions and 2 deletions

View file

@ -1,3 +1,8 @@
2000-09-15 Andrew Innes <andrewi@gnu.org>
* makefile.w32-in (clean mostlyclean): Ignore errors when removing
files.
2000-09-14 Andrew Innes <andrewi@gnu.org>
* makefile.w32-in (clean mostlyclean): Ignore errors when deleting

View file

@ -158,8 +158,8 @@ install: all
- $(DEL) $(INSTALL_DIR)/same-dir.tst
clean mostlyclean:
$(FOREACH) $(TIT) $(FORDO) $(DEL) $(FORVAR)c $(ENDFOR)
$(FOREACH) $(TIT) $(FORDO) $(DEL) $(FORVAR) $(ENDFOR)
- $(FOREACH) $(TIT) $(FORDO) $(DEL) $(FORVAR)c $(ENDFOR)
- $(FOREACH) $(TIT) $(FORDO) $(DEL) $(FORVAR) $(ENDFOR)
- $(DEL) leim-list.el
distclean maintainer-clean: