[Xfce4-commits] <thunar-vfs:master> Silent the build.

Nick Schermer noreply at xfce.org
Tue Nov 2 23:40:02 CET 2010


Updating branch refs/heads/master
         to 22382aeb731052a0d65e5687d81e5602f07a398a (commit)
       from a85fdcff39376c814fa88c29c274eb06fd4a6606 (commit)

commit 22382aeb731052a0d65e5687d81e5602f07a398a
Author: Nick Schermer <nick at xfce.org>
Date:   Tue Nov 2 23:33:44 2010 +0100

    Silent the build.

 configure.in.in        |    5 +++--
 thunar-vfs/Makefile.am |   12 ++++++------
 2 files changed, 9 insertions(+), 8 deletions(-)

diff --git a/configure.in.in b/configure.in.in
index e104f0c..83d3a65 100644
--- a/configure.in.in
+++ b/configure.in.in
@@ -20,14 +20,14 @@ m4_define([thunar_vfs_version_tag], [git])
 m4_define([thunar_vfs_version], [thunar_vfs_version_major().thunar_vfs_version_minor().thunar_vfs_version_micro()ifelse(thunar_vfs_version_nano(), [], [], [.thunar_vfs_version_nano()])ifelse(thunar_vfs_version_tag(), [git], [thunar_vfs_version_tag()-thunar_vfs_version_build()], [thunar_vfs_version_tag()])])
 
 dnl *******************************************
-dnl *** Debugging support for SVN snapshots ***
+dnl *** Debugging support for GIT snapshots ***
 dnl *******************************************
 m4_define([thunar_vfs_debug_default], [ifelse(thunar_vfs_version_tag(), [git], [yes], [minimum])])
 
 dnl ***************************
 dnl *** Initialize autoconf ***
 dnl ***************************
-AC_COPYRIGHT([Copyright (c) 2004-2009
+AC_COPYRIGHT([Copyright (c) 2004-2010
         The Thunar development team. All rights reserved.
         
 Written for Thunar by Benedikt Meurer <benny at xfce.org>.])
@@ -42,6 +42,7 @@ dnl ***************************
 AM_INIT_AUTOMAKE([1.8 dist-bzip2 tar-ustar])
 AM_CONFIG_HEADER([config.h])
 AM_MAINTAINER_MODE()
+m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
 
 dnl *******************************
 dnl *** Check for UNIX variants ***
diff --git a/thunar-vfs/Makefile.am b/thunar-vfs/Makefile.am
index ced12d7..3872705 100644
--- a/thunar-vfs/Makefile.am
+++ b/thunar-vfs/Makefile.am
@@ -327,15 +327,15 @@ TESTS =									\
 endif
 
 thunar-vfs-alias.h: make-thunar-vfs-alias.pl thunar-vfs.symbols
-	$(PERL) $(srcdir)/make-thunar-vfs-alias.pl < $(srcdir)/thunar-vfs.symbols > thunar-vfs-alias.h
+	$(AM_V_GEN) $(PERL) $(srcdir)/make-thunar-vfs-alias.pl < $(srcdir)/thunar-vfs.symbols > thunar-vfs-alias.h
 
 thunar-vfs-aliasdef.c: make-thunar-vfs-alias.pl thunar-vfs.symbols
-	$(PERL) $(srcdir)/make-thunar-vfs-alias.pl -def < $(srcdir)/thunar-vfs.symbols > thunar-vfs-aliasdef.c
+	$(AM_V_GEN) $(PERL) $(srcdir)/make-thunar-vfs-alias.pl -def < $(srcdir)/thunar-vfs.symbols > thunar-vfs-aliasdef.c
 
 thunar-vfs-enum-types.h: stamp-thunar-vfs-enum-types.h
 	@true
 stamp-thunar-vfs-enum-types.h: $(libthunar_vfs_headers) Makefile
-	( cd $(srcdir) && glib-mkenums \
+	$(AM_V_GEN) ( cd $(srcdir) && glib-mkenums \
 		--fhead "#ifndef __THUNAR_VFS_ENUM_TYPES_H__\n#define __THUNAR_VFS_ENUM_TYPES_H__\n#include <exo/exo.h>\nG_BEGIN_DECLS\n" \
 		--fprod "/* enumerations from \"@filename@\" */\n" \
 		--vhead "GType @enum_name at _get_type (void) G_GNUC_CONST;\n#define THUNAR_VFS_TYPE_ at ENUMSHORT@ (@enum_name at _get_type())\n" \
@@ -345,7 +345,7 @@ stamp-thunar-vfs-enum-types.h: $(libthunar_vfs_headers) Makefile
 	&& rm -f xgen-tveth \
 	&& echo timestamp > $(@F)
 thunar-vfs-enum-types.c: $(libthunar_vfs_headers) Makefile
-	( cd $(srcdir) && glib-mkenums \
+	$(AM_V_GEN) ( cd $(srcdir) && glib-mkenums \
 		--fhead "#undef GTK_DISABLE_DEPRECATED\n#define GTK_ENABLE_BROKEN\n#include <thunar-vfs/thunar-vfs.h>\n#include <thunar-vfs/thunar-vfs-alias.h>" \
 		--fprod "\n/* enumerations from \"@filename@\" */" \
 		--vhead "GType\n at enum_name@_get_type (void)\n{\n\tstatic GType type = 0;\n\tif (type == 0) {\n\tstatic const G at Type@Value values[] = {"\
@@ -359,7 +359,7 @@ thunar-vfs-enum-types.c: $(libthunar_vfs_headers) Makefile
 thunar-vfs-marshal.h: stamp-thunar-vfs-marshal.h
 	@true
 stamp-thunar-vfs-marshal.h: thunar-vfs-marshal.list Makefile
-	( cd $(srcdir) && glib-genmarshal \
+	$(AM_V_GEN) ( cd $(srcdir) && glib-genmarshal \
 		--prefix=_thunar_vfs_marshal \
 		--header thunar-vfs-marshal.list \
 	     | sed -e 's/marshal_data);$$/marshal_data) G_GNUC_INTERNAL;/' ) >> xgen-tvmh \
@@ -368,7 +368,7 @@ stamp-thunar-vfs-marshal.h: thunar-vfs-marshal.list Makefile
 	&& echo timestamp > $(@F)
 
 thunar-vfs-marshal.c: thunar-vfs-marshal.list Makefile
-	( cd $(srcdir) && echo "#include <thunar-vfs/thunar-vfs-marshal.h>" > xgen-tvmc \
+	$(AM_V_GEN) ( cd $(srcdir) && echo "#include <thunar-vfs/thunar-vfs-marshal.h>" > xgen-tvmc \
 	&& glib-genmarshal \
 		--prefix=_thunar_vfs_marshal \
 		--body thunar-vfs-marshal.list ) >> xgen-tvmc \



More information about the Xfce4-commits mailing list