(clean mostlyclean): Ignore errors when removing files.
This commit is contained in:
parent
dab9684135
commit
39f547f72e
2 changed files with 7 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue