comparison mx/commands.py @ 10455:467d9ae9912e

mx: remove useless assignment
author Bernhard Urban <bernhard.urban@jku.at>
date Fri, 21 Jun 2013 14:17:24 +0200
parents 590b0c26877f
children 195eb23d9909
comparison
equal deleted inserted replaced
10454:590b0c26877f 10455:467d9ae9912e
1272 '--overview', join(_graal_home, 'graal', 'overview.html'), 1272 '--overview', join(_graal_home, 'graal', 'overview.html'),
1273 '--title', 'Graal OpenJDK Project Documentation', 1273 '--title', 'Graal OpenJDK Project Documentation',
1274 '--dot-output-base', 'projects'] + args) 1274 '--dot-output-base', 'projects'] + args)
1275 1275
1276 def mx_init(): 1276 def mx_init():
1277 _vmbuild = 'product'
1278 commands = { 1277 commands = {
1279 'build': [build, '[-options]'], 1278 'build': [build, '[-options]'],
1280 'buildvars': [buildvars, ''], 1279 'buildvars': [buildvars, ''],
1281 'buildvms': [buildvms, '[-options]'], 1280 'buildvms': [buildvms, '[-options]'],
1282 'clean': [clean, ''], 1281 'clean': [clean, ''],