[Xfce4-commits] <xfce4-panel:devel> Silent generated files in libxfce4panel too.

Nick Schermer noreply at xfce.org
Sat Oct 24 12:30:01 CEST 2009


Updating branch refs/heads/devel
         to 4c1b1e848251db95239ade01074853709c9c0fb6 (commit)
       from f4148a0ca3667b1f2d016153e1224e9f4d29d3ce (commit)

commit 4c1b1e848251db95239ade01074853709c9c0fb6
Author: Nick Schermer <nick at xfce.org>
Date:   Mon Oct 19 13:46:56 2009 +0200

    Silent generated files in libxfce4panel too.

 libxfce4panel/Makefile.am |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/libxfce4panel/Makefile.am b/libxfce4panel/Makefile.am
index c03c1a9..51efbc5 100644
--- a/libxfce4panel/Makefile.am
+++ b/libxfce4panel/Makefile.am
@@ -71,10 +71,10 @@ EXTRA_DIST = \
 #
 if MAINTAINER_MODE
 libxfce4panel-marshal.h: libxfce4panel-marshal.list Makefile
-	glib-genmarshal --prefix=_libxfce4panel_marshal --internal --header $< > $@
+	$(AM_V_GEN) glib-genmarshal --prefix=_libxfce4panel_marshal --internal --header $< > $@
 
 libxfce4panel-marshal.c: libxfce4panel-marshal.list Makefile
-	echo "#include <libxfce4panel/libxfce4panel-marshal.h>" > $@ \
+	$(AM_V_GEN) echo "#include <libxfce4panel/libxfce4panel-marshal.h>" > $@ \
 	&& glib-genmarshal --prefix=_libxfce4panel_marshal --body $< >> $@
 
 DISTCLEANFILES = \



More information about the Xfce4-commits mailing list