OSDN Git Service

automake: make the build less chatty
authorEmil Velikov <emil.l.velikov@gmail.com>
Sat, 12 Nov 2016 20:45:25 +0000 (20:45 +0000)
committerEmil Velikov <emil.l.velikov@gmail.com>
Tue, 22 Nov 2016 13:54:23 +0000 (13:54 +0000)
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 <emil.l.velikov@gmail.com>
Makefile.am

index 2e46bde..dfb8fcd 100644 (file)
@@ -22,6 +22,7 @@ include Makefile.sources
 
 ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
 
+AM_MAKEFLAGS = -s
 AM_DISTCHECK_CONFIGURE_FLAGS = \
        --enable-udev \
        --enable-libkms \