From: Emil Velikov <[email protected]> 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 <[email protected]> --- 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 _______________________________________________ mesa-dev mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-dev
