[gnome-desktop] [build] Use silent-rules instead of shave for quiet build



commit 5b20f57e483b8ada2da840c0752d98aac296d66f
Author: Vincent Untz <vuntz gnome org>
Date:   Tue Jul 21 19:08:25 2009 +0200

    [build] Use silent-rules instead of shave for quiet build

 configure.in            |    5 +--
 gnome-about/Makefile.am |    4 +--
 m4/shave.m4             |   77 ---------------------------------------------
 shave-libtool.in        |   69 -----------------------------------------
 shave.in                |   79 -----------------------------------------------
 5 files changed, 2 insertions(+), 232 deletions(-)
---
diff --git a/configure.in b/configure.in
index 528d75a..0cbe00d 100644
--- a/configure.in
+++ b/configure.in
@@ -3,6 +3,7 @@ AC_INIT([gnome-desktop], [2.27.5],
 AC_CONFIG_SRCDIR([libgnome-desktop])
 
 AM_INIT_AUTOMAKE([1.9 foreign no-dist-gzip dist-bzip2])
+m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
 
 AC_CONFIG_HEADERS([config.h])
 
@@ -167,12 +168,8 @@ AC_SUBST(REBUILD)
 # check for gtk-doc
 GTK_DOC_CHECK([1.4])
 
-SHAVE_INIT([.], [enable])
-
 AC_CONFIG_FILES([
 Makefile
-shave
-shave-libtool
 gnome-about/Makefile
 gnome-about/gnome-about.desktop.in
 gnome-about/headers/Makefile
diff --git a/gnome-about/Makefile.am b/gnome-about/Makefile.am
index c50d034..b72afe8 100644
--- a/gnome-about/Makefile.am
+++ b/gnome-about/Makefile.am
@@ -1,9 +1,7 @@
-QUIET_GEN = $(Q:@= echo '  GEN   '$@;)
-
 bin_SCRIPTS = gnome-about
 
 gnome-about: gnome-about.in Makefile
-	$(QUIET_GEN)sed							\
+	$(AM_V_GEN)sed							\
 		-e s!\ PYTHON\@! PYTHON@!				\
 		-e s!\ GETTEXT_PACKAGE\@! GETTEXT_PACKAGE@!		\
 		-e s!\ LOCALEDIR\@!$(datadir)/locale!			\



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