diff mx/mx_graal_makefile.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 eac31af360db
line wrap: on
line diff
--- 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)