(uninstall): Ignore exit code of `rm'.
This commit is contained in:
parent
20b28f82e4
commit
5db37a2eb4
2 changed files with 3 additions and 1 deletions
|
@ -1,5 +1,7 @@
|
|||
2001-02-02 Gerd Moellmann <gerd@gnu.org>
|
||||
|
||||
* Makefile.in (uninstall): Ignore exit code of `rm'.
|
||||
|
||||
* Makefile.in (uninstall): Remove more info files. Remove
|
||||
${libexecdir}/emacs/${version}. Remove ${archlibdir}/fns-*.
|
||||
|
||||
|
|
|
@ -476,7 +476,7 @@ uninstall:
|
|||
fi ; \
|
||||
done
|
||||
(cd ${archlibdir} && rm -f fns-*)
|
||||
rm -rf ${libexecdir}/emacs/${version}
|
||||
-rm -rf ${libexecdir}/emacs/${version}
|
||||
(cd ${infodir} && rm -f cl* ada-mode* autotype* ccmode* ebrowse* efaq* eshell* eudc* idlwave* message* pcl-cvs* reftex* speedbar* widget* woman* dired-x* ediff* emacs* forms* gnus* info* mh-e* sc* vip*)
|
||||
(cd ${man1dir} && rm -f emacs.1 etags.1 ctags.1)
|
||||
(cd ${bindir} && rm -f emacs-${version} $(EMACS))
|
||||
|
|
Loading…
Add table
Reference in a new issue