We are currently migrating Bugzilla to GitHub issues.
Any changes made to the bug tracker now will be lost, so please do not post new bugs or make changes to them.
When we're done, all bug URLs will redirect to their equivalent location on the new bug tracker.

Bug 2593 - [PATCH] Make autoconf-based build quiet by default.
Summary: [PATCH] Make autoconf-based build quiet by default.
Status: RESOLVED FIXED
Alias: None
Product: SDL
Classification: Unclassified
Component: build (show other bugs)
Version: HG 2.1
Hardware: x86_64 Linux
: P2 normal
Assignee: Ryan C. Gordon
QA Contact: Sam Lantinga
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-06-18 18:41 UTC by Sam Clegg
Modified: 2014-06-19 04:42 UTC (History)
1 user (show)

See Also:


Attachments
patch file (4.32 KB, patch)
2014-06-18 18:41 UTC, Sam Clegg
Details | Diff
smaller patch (3.84 KB, patch)
2014-06-18 18:45 UTC, Sam Clegg
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Sam Clegg 2014-06-18 18:41:33 UTC
Created attachment 1688 [details]
patch file

Add V=1 to the make command line will show the full
commands but by default we just show the tool-type
and the output file.  This is generally much easier
on the eye and makes warnings and errors more clearly
visible.
Comment 1 Sam Clegg 2014-06-18 18:45:06 UTC
Created attachment 1689 [details]
smaller patch
Comment 2 Ryan C. Gordon 2014-06-19 04:42:10 UTC
I like it!

This is now https://hg.libsdl.org/SDL/rev/60edb019f0fe, thanks!

--ryan.