diff options
| author | Lars Ingebrigtsen | 2019-06-20 18:50:52 +0200 |
|---|---|---|
| committer | Lars Ingebrigtsen | 2019-06-20 18:50:52 +0200 |
| commit | afc9d9b3ad9ea00e7255a697bd3d0e297554edbe (patch) | |
| tree | 90eda08970665ed520c7ba3ae215df15ebd9e207 | |
| parent | b6af27927c2f06c5a091fbc1b04e819a70e0e2a2 (diff) | |
| download | emacs-afc9d9b3ad9ea00e7255a697bd3d0e297554edbe.tar.gz emacs-afc9d9b3ad9ea00e7255a697bd3d0e297554edbe.zip | |
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.
| -rw-r--r-- | Makefile.in | 1 | ||||
| -rw-r--r-- | lib/Makefile.in | 1 |
2 files changed, 0 insertions, 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) | |||
| 942 | -rm -f config-tmp-* aclocal.m4 configure | 942 | -rm -f config-tmp-* aclocal.m4 configure |
| 943 | -rm -f ./*~ \#* etc/refcards/emacsver.tex doc/emacs/emacsver.texi | 943 | -rm -f ./*~ \#* etc/refcards/emacsver.tex doc/emacs/emacsver.texi |
| 944 | -rm -f info/*.info info/dir | 944 | -rm -f info/*.info info/dir |
| 945 | -[ -d info ] && rmdir --ignore-fail-on-non-empty info | ||
| 946 | 945 | ||
| 947 | # The src subdir knows how to do the right thing | 946 | # The src subdir knows how to do the right thing |
| 948 | # even when the build directory and source dir are different. | 947 | # 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 | |||
| 127 | maintainer-clean: distclean | 127 | maintainer-clean: distclean |
| 128 | rm -f TAGS gnulib.mk | 128 | rm -f TAGS gnulib.mk |
| 129 | extraclean: distclean | 129 | extraclean: distclean |
| 130 | -[ -d sys ] && rmdir --ignore-fail-on-non-empty sys | ||
| 131 | 130 | ||
| 132 | .PHONY: mostlyclean clean distclean bootstrap-clean maintainer-clean | 131 | .PHONY: mostlyclean clean distclean bootstrap-clean maintainer-clean |
| 133 | 132 | ||