# HG changeset patch # User Doug Simon # Date 1366030035 -7200 # Node ID 9f361c0f912b40695a14816d1fc583ad437371e0 # Parent 0c9c4ae236b29670a3f5cd634dc9d0235d152987 added note about mx/env to the output of 'mx buildvars' diff -r 0c9c4ae236b2 -r 9f361c0f912b mx/commands.py --- a/mx/commands.py Mon Apr 15 14:43:35 2013 +0200 +++ b/mx/commands.py Mon Apr 15 14:47:15 2013 +0200 @@ -550,6 +550,9 @@ for n in sorted(buildVars.iterkeys()): mx.log(n) mx.log(textwrap.fill(buildVars[n], initial_indent=' ', subsequent_indent=' ', width=200)) + + mx.log('') + mx.log('Note that these variables can be given persistent values in the file ' + join(_graal_home, 'mx', 'env') + ' (see \'mx about\').') def build(args, vm=None): """build the VM binary