]> git.eshelyaron.com Git - emacs.git/commitdiff
Leave the emtpy info and lib/sys in extraclean
authorLars Ingebrigtsen <larsi@gnus.org>
Thu, 20 Jun 2019 16:50:52 +0000 (18:50 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Thu, 20 Jun 2019 16:50:52 +0000 (18:50 +0200)
* lib/Makefile.in: Ditto.

* Makefile.in (extraclean): Don't use GNU-specific rmdir; just
leave the empty directory be.

Makefile.in
lib/Makefile.in

index 5e23d72419ed11dcca6c49e215eba3c3fdebe023..c829ca29bd5a7c4b966f843396aaeeaec6440dc4 100644 (file)
@@ -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.
index 12a1be705f6afbf12217669b13aa7b1aa7cc768b..bf9b01f14370f416db6306fb567cc9224738ee00 100644 (file)
@@ -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