[pessulus] [build] Use silent-rules for quiet build



commit 860b49bad357120d9ced9924a717e05735a1d2ca
Author: Vincent Untz <vuntz gnome org>
Date:   Tue Jul 21 19:03:38 2009 +0200

    [build] Use silent-rules for quiet build

 Makefile.am          |    4 ++--
 Pessulus/Makefile.am |    2 +-
 configure.ac         |    1 +
 3 files changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 4465345..bdffc64 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -5,8 +5,8 @@ SUBDIRS = data po Pessulus
 bin_SCRIPTS = pessulus
 
 pessulus: pessulus.in Makefile
-	sed -e s!\ pythondir\@! pythondir@! -e s!\ PYTHON\@! PYTHON@! < $< > $@
-	chmod a+x $@
+	$(AM_V_GEN)sed -e s!\ pythondir\@! pythondir@! -e s!\ PYTHON\@! PYTHON@! < $< > $@
+	$(AM_V_at)chmod a+x $@
 
 EXTRA_DIST =			\
 	HACKING			\
diff --git a/Pessulus/Makefile.am b/Pessulus/Makefile.am
index bfc9da5..ace8dc9 100644
--- a/Pessulus/Makefile.am
+++ b/Pessulus/Makefile.am
@@ -22,7 +22,7 @@ EXTRA_DIST = config.py.in
 all-local: config.py
 
 config.py: config.py.in Makefile
-	sed								\
+	$(AM_V_GEN)sed								\
 		-e s!\ LOCALEDIR\@!$(datadir)/locale!			\
 		-e s!\ DATADIR\@!$(datadir)!				\
 		-e s!\ GLADEDIR\@!$(pkgdatadir)/glade!			\
diff --git a/configure.ac b/configure.ac
index dd3191b..2df710c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,6 +3,7 @@ AC_INIT([pessulus], [2.26.3],
         [http://bugzilla.gnome.org/enter_bug.cgi?product=pessulus])
 AC_CONFIG_SRCDIR(pessulus.in)
 AM_INIT_AUTOMAKE([1.7])
+m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
 AM_MAINTAINER_MODE
 
 dnl make sure we keep ACLOCAL_FLAGS around for maintainer builds to work



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