diff options
author | Csaba Henk <csaba@redhat.com> | 2019-07-25 10:49:10 +0200 |
---|---|---|
committer | Amar Tumballi <amarts@redhat.com> | 2019-08-08 06:08:47 +0000 |
commit | 8ca15e3c9c72511bbe8a548a1471f8d6a5bfd709 (patch) | |
tree | 1fd5deebe0b36ab677ffe050e109b20b8575c984 /configure.ac | |
parent | b0b57af4050f19fd9b38d48cfa35c119b0ac83f4 (diff) |
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 <csaba@redhat.com>
Change-Id: Id60c03bee558528ae804f037c93457f9d9e738c0
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 0 insertions, 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 |