comparison make/windows/create.bat @ 21559:be896a1983c0

recast all Graal native code as JVMCI code (JBS:GRAAL-53)
author Doug Simon <doug.simon@oracle.com>
date Thu, 28 May 2015 15:36:48 +0200
parents cefad50507d8
children
comparison
equal deleted inserted replaced
21558:d563baeca9df 21559:be896a1983c0
157 echo HotSpotJDKDist=%HotSpotJDKDist% 157 echo HotSpotJDKDist=%HotSpotJDKDist%
158 158
159 159
160 REM This is now safe to do. 160 REM This is now safe to do.
161 :copyfiles 161 :copyfiles
162 for /D %%i in (graal, compiler1, compiler2, tiered) do ( 162 for /D %%i in (jvmci, compiler1, compiler2, tiered) do (
163 if NOT EXIST %HotSpotBuildSpace%\%%i\generated mkdir %HotSpotBuildSpace%\%%i\generated 163 if NOT EXIST %HotSpotBuildSpace%\%%i\generated mkdir %HotSpotBuildSpace%\%%i\generated
164 copy %HotSpotWorkSpace%\make\windows\projectfiles\%%i\* %HotSpotBuildSpace%\%%i\generated > NUL 164 copy %HotSpotWorkSpace%\make\windows\projectfiles\%%i\* %HotSpotBuildSpace%\%%i\generated > NUL
165 ) 165 )
166 166
167 REM force regneration of ProjectFile 167 REM force regneration of ProjectFile
168 if exist %ProjectFile% del %ProjectFile% 168 if exist %ProjectFile% del %ProjectFile%
169 169
170 for /D %%i in (graal, compiler1, compiler2, tiered) do ( 170 for /D %%i in (jvmci, compiler1, compiler2, tiered) do (
171 echo -- %%i -- 171 echo -- %%i --
172 echo # Generated file! > %HotSpotBuildSpace%\%%i\local.make 172 echo # Generated file! > %HotSpotBuildSpace%\%%i\local.make
173 echo # Changing a variable below and then deleting %ProjectFile% will cause >> %HotSpotBuildSpace%\%%i\local.make 173 echo # Changing a variable below and then deleting %ProjectFile% will cause >> %HotSpotBuildSpace%\%%i\local.make
174 echo # %ProjectFile% to be regenerated with the new values. Changing the >> %HotSpotBuildSpace%\%%i\local.make 174 echo # %ProjectFile% to be regenerated with the new values. Changing the >> %HotSpotBuildSpace%\%%i\local.make
175 echo # version requires rerunning create.bat. >> %HotSpotBuildSpace%\%%i\local.make 175 echo # version requires rerunning create.bat. >> %HotSpotBuildSpace%\%%i\local.make