]> git.ipfire.org Git - thirdparty/elfutils.git/commitdiff
Make make more silent.
authorMark Wielaard <mjw@redhat.com>
Thu, 31 Dec 2015 21:08:23 +0000 (22:08 +0100)
committerMark Wielaard <mjw@redhat.com>
Tue, 5 Jan 2016 07:55:27 +0000 (08:55 +0100)
Silent rules already are the default, but automake and make both still
tell which directory is being entered/build. Disable printing from make.

Signed-off-by: Mark Wielaard <mjw@redhat.com>
ChangeLog
Makefile.am

index bbe0b8cfb1b34ec4e13180f3b51de4416c103b1f..7b67c2e3e21bcb98ee22350e5d8e4812babf16a3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2015-12-31  Mark Wielaard  <mjw@redhat.com>
+
+       * Makefile.am (AM_MAKEFLAGS): Set --no-print-directory.
+
 2015-10-16  Mark Wielaard  <mjw@redhat.com>
 
        * configure.ac: Make zlib mandatory.
index 1454d0435d3030d42f47dd0ce30e155b46fb1cdc..2ff444e7bf1d9eccbf4230871ec8f38876d9dfe2 100644 (file)
@@ -1,7 +1,7 @@
 ## Process this file with automake to create Makefile.in
 ## Configure input file for elfutils.
 ##
-## Copyright (C) 1996-2002, 2003, 2004, 2005, 2006, 2008, 2009 Red Hat, Inc.
+## Copyright (C) 1996-2006, 2008, 2009, 2015 Red Hat, Inc.
 ##
 ## This file is part of elfutils.
 ##
 ##
 ACLOCAL_AMFLAGS = -I m4
 
+# automake already tells which subdir is being entered.
+# Don't make make repeat.
+AM_MAKEFLAGS = --no-print-directory
+
 pkginclude_HEADERS = version.h
 
 # Add doc back when we have some real content.