(uninstall): Ignore exit code of `rm'.
authorGerd Moellmann <gerd@gnu.org>
Fri, 2 Feb 2001 13:04:00 +0000 (13:04 +0000)
committerGerd Moellmann <gerd@gnu.org>
Fri, 2 Feb 2001 13:04:00 +0000 (13:04 +0000)
ChangeLog
Makefile.in

index 8a1b780..df3e013 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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-*.
 
index 29f283f..afdef66 100644 (file)
@@ -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))