This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author chris.jerdonek
Recipients chris.jerdonek
Date 2017-04-04.22:00:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1491343254.68.0.574187952476.issue29985@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2017-04-04 22:00:54chris.jerdoneksetrecipients: + chris.jerdonek
2017-04-04 22:00:54chris.jerdoneksetmessageid: <1491343254.68.0.574187952476.issue29985@psf.upfronthosting.co.za>
2017-04-04 22:00:54chris.jerdoneklinkissue29985 messages
2017-04-04 22:00:54chris.jerdonekcreate