From: Lars Ingebrigtsen Date: Thu, 20 Jun 2019 16:50:52 +0000 (+0200) Subject: Leave the emtpy info and lib/sys in extraclean X-Git-Tag: emacs-27.0.90~2345 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=afc9d9b3ad9ea00e7255a697bd3d0e297554edbe;p=emacs.git Leave the emtpy info and lib/sys in extraclean * lib/Makefile.in: Ditto. * Makefile.in (extraclean): Don't use GNU-specific rmdir; just leave the empty directory be. --- diff --git a/Makefile.in b/Makefile.in index 5e23d72419e..c829ca29bd5 100644 --- a/Makefile.in +++ b/Makefile.in @@ -942,7 +942,6 @@ extraclean: $(extraclean_dirs:=_extraclean) -rm -f config-tmp-* aclocal.m4 configure -rm -f ./*~ \#* etc/refcards/emacsver.tex doc/emacs/emacsver.texi -rm -f info/*.info info/dir - -[ -d info ] && rmdir --ignore-fail-on-non-empty info # The src subdir knows how to do the right thing # even when the build directory and source dir are different. diff --git a/lib/Makefile.in b/lib/Makefile.in index 12a1be705f6..bf9b01f1437 100644 --- a/lib/Makefile.in +++ b/lib/Makefile.in @@ -127,7 +127,6 @@ distclean bootstrap-clean: mostlyclean maintainer-clean: distclean rm -f TAGS gnulib.mk extraclean: distclean - -[ -d sys ] && rmdir --ignore-fail-on-non-empty sys .PHONY: mostlyclean clean distclean bootstrap-clean maintainer-clean