# HG changeset patch # User Doug Simon # Date 1434065158 -7200 # Node ID 95956bc1b1a33b0f49a7e6500a090249e4bcc9df # Parent 3a292e8b9e51833097b1710f47d78d6d056b6558 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 diff -r 3a292e8b9e51 -r 95956bc1b1a3 make/jvmci.make --- a/make/jvmci.make Fri Jun 12 01:19:57 2015 +0200 +++ b/make/jvmci.make Fri Jun 12 01:25:58 2015 +0200 @@ -1,5 +1,4 @@ # This Makefile is generated automatically, do not edit -# This file was built with the command: mx.sh makefile -o ./make/jvmci.make TARGET=. # Bootstrap JDK to be used (for javac and jar) diff -r 3a292e8b9e51 -r 95956bc1b1a3 mx/mx_graal.py --- 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) diff -r 3a292e8b9e51 -r 95956bc1b1a3 mx/mx_graal_makefile.py --- a/mx/mx_graal_makefile.py Fri Jun 12 01:19:57 2015 +0200 +++ b/mx/mx_graal_makefile.py Fri Jun 12 01:25:58 2015 +0200 @@ -159,7 +159,6 @@ jdkBootClassPathVariableName = "JDK_BOOTCLASSPATH" mf.add_definition("""# This Makefile is generated automatically, do not edit -# This file was built with the command: """ + commandline + """ TARGET=. # Bootstrap JDK to be used (for javac and jar)