From: Stefan Kost Date: Thu, 24 Mar 2011 16:38:28 +0000 (+0200) Subject: plugin-docs: be less noisy X-Git-Tag: upstream/20130618~68^2~44 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=eea0633818502584d7d5e920f317415ac5372473;p=platform%2Fupstream%2Fgst-common.git plugin-docs: be less noisy --- diff --git a/gtk-doc-plugins.mak b/gtk-doc-plugins.mak index 01ba4f9..88db415 100644 --- a/gtk-doc-plugins.mak +++ b/gtk-doc-plugins.mak @@ -155,7 +155,7 @@ scan-build.stamp: $(HFILE_GLOB) $(EXTRA_HFILES) $(basefiles) scanobj-build.stamp # and the files from previous runs of this step tmpl-build.stamp: $(DOC_MODULE)-decl.txt $(SCANOBJ_FILES) $(DOC_MODULE)-sections.txt $(DOC_OVERRIDES) @echo '*** Rebuilding template files ***' - if test x"$(srcdir)" != x. ; then \ + @if test x"$(srcdir)" != x. ; then \ for f in $(SCANOBJ_FILES) $(SCAN_FILES); \ do \ if test -e $(srcdir)/$$f; then cp $(srcdir)/$$f . ; fi; \ @@ -165,7 +165,7 @@ tmpl-build.stamp: $(DOC_MODULE)-decl.txt $(SCANOBJ_FILES) $(DOC_MODULE)-sections $(PYTHON) \ $(top_srcdir)/common/mangle-tmpl.py $(srcdir)/$(INSPECT_DIR) tmpl @cat $(DOC_MODULE)-unused.txt - rm -f tmpl-build.log + @rm -f tmpl-build.log touch tmpl-build.stamp tmpl.stamp: tmpl-build.stamp