From 8ca15e3c9c72511bbe8a548a1471f8d6a5bfd709 Mon Sep 17 00:00:00 2001 From: Csaba Henk Date: Thu, 25 Jul 2019 10:49:10 +0200 Subject: build: stop suppressing "Entering/Leaving direcory..." messages This is useful information as it allows locating build issues quickly. The size of the build output increases roughly by half of it, which is a tolerable trade-off for better build time diagnostics. updates bz#1193929 Signed-off-by: Csaba Henk Change-Id: Id60c03bee558528ae804f037c93457f9d9e738c0 --- configure.ac | 4 ---- 1 file changed, 4 deletions(-) diff --git a/configure.ac b/configure.ac index 1a26f70c7fd..3e0b78d9455 100644 --- a/configure.ac +++ b/configure.ac @@ -21,10 +21,6 @@ AM_INIT_AUTOMAKE([tar-pax foreign]) m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES(yes)]) -if make --help 2>&1 | grep -q no-print-directory; then - AM_MAKEFLAGS="$AM_MAKEFLAGS --no-print-directory"; -fi - AC_CONFIG_HEADERS([config.h site.h]) AC_CONFIG_FILES([Makefile -- cgit