]> granicus.if.org Git - procps-ng/commitdiff
build-sys: add support for silent buils
authorKarel Zak <kzak@redhat.com>
Tue, 13 Aug 2013 13:21:33 +0000 (15:21 +0200)
committerJaromir Capik <jcapik@redhat.com>
Tue, 13 Aug 2013 17:49:01 +0000 (19:49 +0200)
The automake AM_SILENT_RULES macro is supported since automake 1.11
(which is required for procps). The silent functionality is enabled by
default, you can change it by:

  ./configure --disable-silent-rules
or
   make V=1

Note that make still prints compiler errors, etc.

Signed-off-by: Karel Zak <kzak@redhat.com>
configure.ac

index f520d256062237eab88b027ea4381009cafe6035..5487bd42bc4d5fba23097fa4f29c2927979f9d83 100644 (file)
@@ -7,6 +7,7 @@ AC_INIT([procps-ng],
        m4_esyscmd([misc/git-version-gen .tarball-version]),
        [procps@freelists.org],,[http://gitorious.org/procps])
 AM_INIT_AUTOMAKE([foreign 1.11 -Wall -Wno-portability tar-pax no-dist-gzip dist-xz])
+AM_SILENT_RULES([yes])
 AC_CONFIG_SRCDIR([free.c])
 AC_CONFIG_HEADERS([config.h])