diff mx/mx_graal.py @ 16087:64e172733061

mx clean: delete distributions
author Bernhard Urban <bernhard.urban@jku.at>
date Thu, 12 Jun 2014 11:40:33 +0200
parents d8343c347dc0
children 3b4690ddd92e
line wrap: on
line diff
--- a/mx/mx_graal.py	Thu Jun 12 11:39:53 2014 +0200
+++ b/mx/mx_graal.py	Thu Jun 12 11:40:33 2014 +0200
@@ -168,7 +168,6 @@
         rmIfExists(join(_graal_home, 'build'))
         rmIfExists(join(_graal_home, 'build-nograal'))
         rmIfExists(_jdksDir())
-        rmIfExists(mx.distribution('GRAAL').path)
 
 def export(args):
     """create archives of builds split by vmbuild and vm"""