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

Summary: [PATCH] Make autoconf-based build quiet by default.
Product: SDL Reporter: Sam Clegg <sbc>
Component: buildAssignee: Ryan C. Gordon <icculus>
Status: RESOLVED FIXED QA Contact: Sam Lantinga <slouken>
Severity: normal    
Priority: P2 CC: icculus
Version: HG 2.1   
Hardware: x86_64   
OS: Linux   
Attachments: patch file
smaller patch

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.