New submission from Chris Jerdonek:

When installing from source, the --quiet option works with "configure" and a 
bare "make":

    $ ./configure --quiet
    $ make --quiet

However, it doesn't seem to work when passed to "make install" (and "make 
altinstall", etc). I tried a number of variations like:

    $ make --quiet install
    $ make install --quiet
    etc.

The install output is quite verbose, so it would be useful to support --quiet. 
This should still allow warnings, etc, through like it does for configure and 
bare make.

----------
components: Installation
messages: 291143
nosy: chris.jerdonek
priority: normal
severity: normal
status: open
title: make install doesn't seem to support --quiet
type: enhancement
versions: Python 3.6

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue29985>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to