changeset 8625:ac49da6eeed6

on building 'server0', return
author Christian Wirth <christian.wirth@oracle.com>
date Thu, 04 Apr 2013 13:26:34 +0200
parents 00a548fdf821
children 33c8ff9c5cc1
files mx/commands.py
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/mx/commands.py	Thu Apr 04 10:04:49 2013 +0200
+++ b/mx/commands.py	Thu Apr 04 13:26:34 2013 +0200
@@ -534,6 +534,8 @@
         buildSuffix = ''
     elif vm == 'client':
         buildSuffix = '1'
+    elif vm == 'server0':
+        return
     else:
         assert vm == 'graal', vm
         buildSuffix = 'graal'