From afc9d9b3ad9ea00e7255a697bd3d0e297554edbe Mon Sep 17 00:00:00 2001 From: Lars Ingebrigtsen Date: Thu, 20 Jun 2019 18:50:52 +0200 Subject: 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. --- Makefile.in | 1 - lib/Makefile.in | 1 - 2 files changed, 2 deletions(-) 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 -- cgit v1.2.1