From: Andre Noll Date: Sat, 30 Aug 2014 18:21:09 +0000 (+0200) Subject: build: Add message to target maintainer-clean. X-Git-Tag: v0.5.4~46^2 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=48526d334573c65ca6f89f4282b67ebffa6429e0 build: Add message to target maintainer-clean. Just to be consistent with clean and distclean. This also makes the rm commands quiet. --- 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)