[totem] Quieten the intltool-merge process when building plugins



commit e92cbcd491b7d62151cb3b058f1ae2b1238e2d08
Author: Philip Withnall <philip tecnocode co uk>
Date:   Sun Sep 5 15:51:47 2010 +0100

    Quieten the intltool-merge process when building plugins

 src/plugins/Makefile.plugins |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/src/plugins/Makefile.plugins b/src/plugins/Makefile.plugins
index d76f218..96d9cf5 100644
--- a/src/plugins/Makefile.plugins
+++ b/src/plugins/Makefile.plugins
@@ -1,5 +1,10 @@
 %.plugin: %.plugin.in
-       $(INTLTOOL_MERGE) $(top_srcdir)/po $< $@ -d -u -c $(top_builddir)/po/.intltool-merge-cache
+       $(AM_V_GEN)$(INTLTOOL_MERGE) $(INTLTOOL_MERGE_OPTIONS) $(top_srcdir)/po $< $@ -d -u -c 
$(top_builddir)/po/.intltool-merge-cache
+
+# Quieten the intltool-merge process
+INTLTOOL_MERGE_OPTIONS = $(INTLTOOL_MERGE_OPTIONS_$(V))
+INTLTOOL_MERGE_OPTIONS_ = $(INTLTOOL_MERGE_OPTIONS_$(AM_DEFAULT_VERBOSITY))
+INTLTOOL_MERGE_OPTIONS_0 = -q
 
 plugin_DATA = $(plugin_in_files:.plugin.in=.plugin)
 



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