From 7e0bc3bf1c247e1d53733d0e2e2ada52d29b5327 Mon Sep 17 00:00:00 2001 From: Emil Velikov Date: Sat, 12 Nov 2016 20:45:25 +0000 Subject: automake: make the build less chatty Having the "Entering|Leaving directory X" messages it not required nor useful in vast majority of the cases. One can always have them printed by `make -w' or by overriding the AM_MAKEFLAGS variable. Signed-off-by: Emil Velikov --- Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.am b/Makefile.am index 2e46bde8..dfb8fcdb 100644 --- a/Makefile.am +++ b/Makefile.am @@ -22,6 +22,7 @@ include Makefile.sources ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} +AM_MAKEFLAGS = -s AM_DISTCHECK_CONFIGURE_FLAGS = \ --enable-udev \ --enable-libkms \ -- cgit v1.2.3