changeset 9120:9f361c0f912b

added note about mx/env to the output of 'mx buildvars'
author Doug Simon <doug.simon@oracle.com>
date Mon, 15 Apr 2013 14:47:15 +0200
parents 0c9c4ae236b2
children 3476bda8dd78
files mx/commands.py
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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