diff mx/mx_graal.py @ 21938:95956bc1b1a3

don't add command used to generate jvmci.make to the top of jvmci.make as it confuses the gate check that this file is in sync with suite*.py
author Doug Simon <doug.simon@oracle.com>
date Fri, 12 Jun 2015 01:25:58 +0200
parents 3a292e8b9e51
children 4fe034122fd3
line wrap: on
line diff
--- a/mx/mx_graal.py	Fri Jun 12 01:19:57 2015 +0200
+++ b/mx/mx_graal.py	Fri Jun 12 01:25:58 2015 +0200
@@ -1715,7 +1715,7 @@
 
         with Task('Check jvmci.make in sync with suite.py', tasks) as t:
             if t:
-                jvmciMake = join(_graal_home, 'make', 'jvmci.make')
+                jvmciMake = join('make', 'jvmci.make')
                 if mx_graal_makefile.build_makefile(['-o', jvmciMake]) != 0:
                     t.abort('Rerun "mx makefile -o ' + jvmciMake + ' and check-in the modified ' + jvmciMake)