mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-17 17:58:46 +00:00
* lib/Makefile.in (maintainer-clean): Fully ignore rmdir errors.
This commit is contained in:
parent
9117b42e68
commit
28bed069a7
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user