* [Powertop] [PATCH 1/4] Use AM_SILENT_RULES
@ 2012-08-05 17:09 Arjan van de Ven
0 siblings, 0 replies; only message in thread
From: Arjan van de Ven @ 2012-08-05 17:09 UTC (permalink / raw)
To: powertop
[-- Attachment #1: Type: text/plain, Size: 756 bytes --]
>From 20f2a40280847d3f0f8e9cfe8ff565638b3bb923 Mon Sep 17 00:00:00 2001
From: Arjan van de Ven <arjan(a)linux.intel.com>
Date: Sun, 5 Aug 2012 09:55:42 -0700
Subject: [PATCH 1/4] Use AM_SILENT_RULES
AM_SILENT_RULES makes the output for "make" much more readable; it also
allows us to see warnings much more clearly.
---
configure.ac | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/configure.ac b/configure.ac
index 552626c..d675616 100644
--- a/configure.ac
+++ b/configure.ac
@@ -11,6 +11,7 @@ AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_HEADERS([config.h])
GETTEXT_PACKAGE=powertop
AC_SUBST(GETTEXT_PACKAGE)
+AM_SILENT_RULES([yes])
AM_GNU_GETTEXT([external])
AM_GNU_GETTEXT_VERSION([0.18])
--
1.7.7.6
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2012-08-05 17:09 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-05 17:09 [Powertop] [PATCH 1/4] Use AM_SILENT_RULES Arjan van de Ven
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.