emacs-diffs
[Top][All Lists]
Advanced

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

master 28bed06 2/2: * lib/Makefile.in (maintainer-clean): Fully ignore r


From: Glenn Morris
Subject: master 28bed06 2/2: * lib/Makefile.in (maintainer-clean): Fully ignore rmdir errors.
Date: Mon, 10 May 2021 16:31:20 -0400 (EDT)

branch: master
commit 28bed069a7cc0f9d6937276b5a1eec949abc280a
Author: Glenn Morris <rgm@gnu.org>
Commit: Glenn Morris <rgm@gnu.org>

    * lib/Makefile.in (maintainer-clean): Fully ignore rmdir errors.
---
 lib/Makefile.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/Makefile.in b/lib/Makefile.in
index 825b313..6c7a443 100644
--- a/lib/Makefile.in
+++ b/lib/Makefile.in
@@ -113,7 +113,7 @@ distclean bootstrap-clean: mostlyclean
        rm -fr $(DEPDIR)
 maintainer-clean: distclean
        rm -f TAGS gnulib.mk
-       -rmdir malloc sys 2>/dev/null
+       -rmdir malloc sys 2>/dev/null || true
 
 .PHONY: mostlyclean clean distclean bootstrap-clean maintainer-clean
 



reply via email to

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