[rygel] Shave the output
- From: Zeeshan Ali Khattak <zeeshanak src gnome org>
- To: svn-commits-list gnome org
- Subject: [rygel] Shave the output
- Date: Sat, 25 Jul 2009 20:51:05 +0000 (UTC)
commit 24be806f49d42f2e3b20909c93171c1639645a72
Author: Zeeshan Ali (Khattak) <zeeshanak gnome org>
Date: Sun Jul 26 02:46:34 2009 +0300
Shave the output
Use new automake feature/macro to shave the build output by default.
configure.ac | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 15c5fd5..6ebdaaf 100644
--- a/configure.ac
+++ b/configure.ac
@@ -217,6 +217,9 @@ ALL_LINGUAS=""
AM_GLIB_GNU_GETTEXT
AM_GLIB_DEFINE_LOCALEDIR([LOCALEDIR])
+dnl Shave the output
+AM_SILENT_RULES([yes])
+
AC_OUTPUT([
Makefile
src/Makefile
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]