[Bugs] [Bug 1539023] New: Add ability to control verbosity settings while compiling

bugzilla at redhat.com bugzilla at redhat.com
Fri Jan 26 12:40:25 UTC 2018


https://bugzilla.redhat.com/show_bug.cgi?id=1539023

            Bug ID: 1539023
           Summary: Add ability to control verbosity settings while
                    compiling
           Product: GlusterFS
           Version: mainline
         Component: build
          Keywords: FutureFeature
          Severity: low
          Priority: low
          Assignee: ndevos at redhat.com
          Reporter: ndevos at redhat.com
                CC: bugs at gluster.org
   External Bug ID: Github gluster/glusterfs/381



Description of problem:
`make V=1` is broken — no commands are printed whatsoever. At the same time,
`make V=0` *also* is broken in that no summary lines ("CC  foo.o") are printed,
either. Kill the annoying hardcoded --quiet in configure.ac, since it seems to
override everything that automake offers.

Version-Release number of selected component (if applicable):
all

How reproducible:
try to run '`make V=1` and do not see any more verbose output.

Steps to Reproduce:
1. ./autogen.sh
2. ./configure
3. make V=1

Actual results:
No change compared to the normal quiet `make` output.

Expected results:
See the full compiler and other tools commanlines.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=JuLMXSvZys&a=cc_unsubscribe


More information about the Bugs mailing list