[cig-commits] commit: Fixing an issue found by Jules when printing a summary.

Mercurial hg at geodynamics.org
Tue Mar 23 16:42:22 PDT 2010


changeset:   147:9cfcb682e8a8
branch:      1.4.x
tag:         1.4.0
user:        LukeHodkinson at localhost.localdomain
date:        Wed Feb 03 16:45:15 2010 +1100
files:       config.py
description:
Fixing an issue found by Jules when printing a summary.


diff -r 1f157035bdaf -r 9cfcb682e8a8 config.py
--- a/config.py	Wed Jan 27 13:00:07 2010 +1100
+++ b/config.py	Wed Feb 03 16:45:15 2010 +1100
@@ -52,7 +52,7 @@ def PrintSummary(env):
     if not (GetOption('help') or GetOption('clean')):
         print ''
         print 'C compiler:     %s'%repr(env['CC'])
-        print 'C flags:        %s'%repr(env.get('CFLAGS', []) + env.get('CCFLAGS', []))
+        print 'C flags:        %s'%env.subst('$CFLAGS $CCFLAGS')
         print 'C preprocessor: %s'%repr(env.get('CPPDEFINES'))
         print ''
 



More information about the CIG-COMMITS mailing list