From 48526d334573c65ca6f89f4282b67ebffa6429e0 Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Sat, 30 Aug 2014 20:21:09 +0200 Subject: [PATCH] build: Add message to target maintainer-clean. Just to be consistent with clean and distclean. This also makes the rm commands quiet. --- Makefile.real | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Makefile.real b/Makefile.real index 13933b78..ee77cafc 100644 --- a/Makefile.real +++ b/Makefile.real @@ -323,8 +323,9 @@ distclean: clean2 test-clean $(Q) rm -f GPATH GRTAGS GSYMS GTAGS maintainer-clean: distclean - rm -f *.tar.bz2 config.h configure config.h.in - rm -rf web_sync + @[ -z "$(Q)" ] || echo 'MAINTAINER-CLEAN' + $(Q) rm -f *.tar.bz2 config.h configure config.h.in + $(Q) rm -rf web_sync install: all man $(MKDIR_P) $(BINDIR) $(MANDIR) -- 2.39.2