[Mesa-dev] [PATCH] automake: make the build less chatty
Emil Velikov
emil.l.velikov at gmail.com
Wed Dec 7 13:22:55 UTC 2016
From: Emil Velikov <emil.velikov at collabora.com>
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.velikov at collabora.com>
---
Makefile.am | 1 +
1 file changed, 1 insertion(+)
diff --git a/Makefile.am b/Makefile.am
index e6d1969..415c75e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -21,6 +21,7 @@
SUBDIRS = src
+AM_MAKEFLAGS = -s
AM_DISTCHECK_CONFIGURE_FLAGS = \
--enable-dri \
--enable-dri3 \
--
2.10.2
More information about the mesa-dev
mailing list