Re: [boost] [Boost-commit] svn:boost r79779 - trunk/tools/build/v2/engine

AMDG On 07/28/2012 02:04 AM, jurko.gospodnetic@docte.hr wrote:
Author: jurko Date: 2012-07-28 05:04:41 EDT (Sat, 28 Jul 2012) New Revision: 79779 URL: http://svn.boost.org/trac/boost/changeset/79779
Log: Boost Jam version information output cleaned up a bit to make it easier to update it with additional information.
/Really/? If you want some kind of key/value feature testing, it doesn't belong under the regular version flag. Please revert this. I just find it ugly.
Text files modified: trunk/tools/build/v2/engine/jam.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-)
Modified: trunk/tools/build/v2/engine/jam.c ============================================================================== --- trunk/tools/build/v2/engine/jam.c (original) +++ trunk/tools/build/v2/engine/jam.c 2012-07-28 05:04:41 EDT (Sat, 28 Jul 2012) @@ -263,6 +263,8 @@ { printf( "Boost.Jam " ); printf( "Version %s. %s.\n", VERSION, OSMINOR ); + printf( "\n" ); + printf( "Copyright information:\n" ); printf( " Copyright 1993-2002 Christopher Seiwald and Perforce " "Software, Inc.\n" ); printf( " Copyright 2001 David Turner.\n" );
In Christ, Steven Watanabe
participants (1)
-
Steven Watanabe