From 193396a9e2d564a35e1e6c5584276d8e88abf2ed Mon Sep 17 00:00:00 2001 From: Mark Wielaard Date: Thu, 31 Dec 2015 22:08:23 +0100 Subject: Make make more silent. 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 --- ChangeLog | 4 ++++ Makefile.am | 6 +++++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index bbe0b8cf..7b67c2e3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2015-12-31 Mark Wielaard + + * Makefile.am (AM_MAKEFLAGS): Set --no-print-directory. + 2015-10-16 Mark Wielaard * configure.ac: Make zlib mandatory. diff --git a/Makefile.am b/Makefile.am index 1454d043..2ff444e7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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. ## @@ -20,6 +20,10 @@ ## 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. -- cgit v1.2.3