[ scummvm-Patches-2840212 ] Quiet make process
SourceForge.net
noreply at sourceforge.net
Wed Aug 19 12:54:43 CEST 2009
Patches item #2840212, was opened at 2009-08-19 13:54
Message generated for change (Tracker Item Submitted) made by salty-horse
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=418822&aid=2840212&group_id=37116
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Ori Avtalion (salty-horse)
Assigned to: Nobody/Anonymous (nobody)
Summary: Quiet make process
Initial Comment:
This patch makes the make output more pleasant to look at, and causes warnings to be more visible:
Example with fake warning:
CC common/zlib.o
common/zlib.cpp: In function ‘bool Common::uncompress(byte*, long unsigned int*, const byte*, long unsigned int)’:
common/zlib.cpp:47: warning: unused variable ‘a’
AR common/libcommon.a
RANLIB common/libcommon.a
CC base/version.o
AR base/libbase.a
RANLIB base/libbase.a
LINK scummvm
mkdir, rm, echo and cat commands are silenced.
The "clean" targets still shows the original output (rm's with lots of files)
The quieting can be disabled by defining the VERBOSE environment variable.
I based the patch on the build process of Git.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=418822&aid=2840212&group_id=37116
More information about the Scummvm-tracker
mailing list