public inbox for libabigail@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] Make make more silent.
@ 2016-01-01  0:00 Mark Wielaard
  2016-01-01  0:00 ` Dodji Seketeli
  0 siblings, 1 reply; 2+ messages in thread
From: Mark Wielaard @ 2016-01-01  0:00 UTC (permalink / raw)
  To: libabigail; +Cc: Mark Wielaard

Silent rules already are the default, but automake and make both still
tell which directory is being entered/build. Disable printing from make.

	* Makefile.am (AM_MAKEFLAGS): Set --no-print-directory.

Signed-off-by: Mark Wielaard <mjw@redhat.com>
---
 Makefile.am | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/Makefile.am b/Makefile.am
index d22b309..c855cf6 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -18,6 +18,10 @@ COPYING-GPLV3 gen-changelog.py	\
 $(headers) $(m4data_DATA) 	\
 libabigail.pc.in
 
+# automake already tells which subdir is being entered.
+# Don't make make repeat.
+AM_MAKEFLAGS = --no-print-directory
+
 update-changelog:
 	python $(srcdir)/gen-changelog.py > $(srcdir)/ChangeLog
 
-- 
2.5.0

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] Make make more silent.
  2016-01-01  0:00 [PATCH] Make make more silent Mark Wielaard
@ 2016-01-01  0:00 ` Dodji Seketeli
  0 siblings, 0 replies; 2+ messages in thread
From: Dodji Seketeli @ 2016-01-01  0:00 UTC (permalink / raw)
  To: Mark Wielaard; +Cc: libabigail

Mark Wielaard <mjw@redhat.com> a écrit:

> Silent rules already are the default, but automake and make both still
> tell which directory is being entered/build. Disable printing from make.
>
> 	* Makefile.am (AM_MAKEFLAGS): Set --no-print-directory.

Applied to master, thanks!

Cheers,

-- 
		Dodji

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-01-28  8:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-01-01  0:00 [PATCH] Make make more silent Mark Wielaard
2016-01-01  0:00 ` Dodji Seketeli

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).