comparison 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
comparison
equal deleted inserted replaced
21937:3a292e8b9e51 21938:95956bc1b1a3
157 bootClassPath = java.bootclasspath() 157 bootClassPath = java.bootclasspath()
158 bootClassPath = bootClassPath.replace(java.jdk, "$(ABS_BOOTDIR)") 158 bootClassPath = bootClassPath.replace(java.jdk, "$(ABS_BOOTDIR)")
159 jdkBootClassPathVariableName = "JDK_BOOTCLASSPATH" 159 jdkBootClassPathVariableName = "JDK_BOOTCLASSPATH"
160 160
161 mf.add_definition("""# This Makefile is generated automatically, do not edit 161 mf.add_definition("""# This Makefile is generated automatically, do not edit
162 # This file was built with the command: """ + commandline + """
163 162
164 TARGET=. 163 TARGET=.
165 # Bootstrap JDK to be used (for javac and jar) 164 # Bootstrap JDK to be used (for javac and jar)
166 ABS_BOOTDIR= 165 ABS_BOOTDIR=
167 166