emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master afc9d9b: Leave the emtpy info and lib/sys in extrac


From: Lars Ingebrigtsen
Subject: [Emacs-diffs] master afc9d9b: Leave the emtpy info and lib/sys in extraclean
Date: Thu, 20 Jun 2019 12:51:03 -0400 (EDT)

branch: master
commit afc9d9b3ad9ea00e7255a697bd3d0e297554edbe
Author: Lars Ingebrigtsen <address@hidden>
Commit: Lars Ingebrigtsen <address@hidden>

    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 5e23d72..c829ca2 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 12a1be7..bf9b01f 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
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]