From 7b5e14ea3df691578a091c563be0081ff850a367 Mon Sep 17 00:00:00 2001 From: Javier Jardón Date: Wed, 22 Jul 2009 00:27:19 +0000 Subject: [build] Use AM_V_GEN to make custom commands silent See bug #585355 for details --- (limited to 'cut-n-paste/toolbar-editor/Makefile.am') diff --git a/cut-n-paste/toolbar-editor/Makefile.am b/cut-n-paste/toolbar-editor/Makefile.am index a01c155..a5600f9 100644 --- a/cut-n-paste/toolbar-editor/Makefile.am +++ b/cut-n-paste/toolbar-editor/Makefile.am @@ -44,19 +44,19 @@ stamp_files = \ eggmarshalers.h: stamp-eggmarshalers.h @true stamp-eggmarshalers.h: eggmarshalers.list - $(GLIB_GENMARSHAL) --prefix=_egg_marshal $(srcdir)/eggmarshalers.list --header > eggmarshalers.h \ + $(AM_V_GEN)$(GLIB_GENMARSHAL) --prefix=_egg_marshal $(srcdir)/eggmarshalers.list --header > eggmarshalers.h \ && echo timestamp > $(@F) eggmarshalers.c: stamp-eggmarshalers.c @true stamp-eggmarshalers.c: eggmarshalers.list - $(GLIB_GENMARSHAL) --prefix=_egg_marshal $(srcdir)/eggmarshalers.list --header --body > eggmarshalers.c \ + $(AM_V_GEN)$(GLIB_GENMARSHAL) --prefix=_egg_marshal $(srcdir)/eggmarshalers.list --header --body > eggmarshalers.c \ && echo timestamp > $(@F) eggtypebuiltins.c: stamp-eggtypebuiltins.c @true stamp-eggtypebuiltins.c: $(EGGHEADERS) - ( cd $(srcdir) && $(GLIB_MKENUMS) \ + $(AM_V_GEN)( cd $(srcdir) && $(GLIB_MKENUMS) \ --fhead "#include \n\n" \ --fhead "#include \"eggtypebuiltins.h\"\n\n" \ --fprod "\n/* enumerations from \"@filename@\" */" \ @@ -77,7 +77,7 @@ stamp-eggtypebuiltins.c: $(EGGHEADERS) eggtypebuiltins.h: stamp-eggtypebuiltins.h @true stamp-eggtypebuiltins.h: $(EGGHEADERS) - ( cd $(srcdir) && $(GLIB_MKENUMS) \ + $(AM_V_GEN)( cd $(srcdir) && $(GLIB_MKENUMS) \ --fhead "#ifndef __EGGTYPEBUILTINS_H__\n" \ --fhead "#define __EGGTYPEBUILTINS_H__ 1\n\n" \ --fhead "#include \n\n" \ -- cgit v0.9.1