From 5db37a2eb457e48e26a4ec7acb0f4e3dd5a4025a Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Fri, 2 Feb 2001 13:04:00 +0000 Subject: [PATCH] (uninstall): Ignore exit code of `rm'. --- ChangeLog | 2 ++ Makefile.in | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 8a1b780d53..df3e013beb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2001-02-02 Gerd Moellmann + * Makefile.in (uninstall): Ignore exit code of `rm'. + * Makefile.in (uninstall): Remove more info files. Remove ${libexecdir}/emacs/${version}. Remove ${archlibdir}/fns-*. diff --git a/Makefile.in b/Makefile.in index 29f283f6db..afdef66e80 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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)) -- 2.20.1