From: Ivan Dubrov Date: Fri, 25 Apr 2014 00:51:11 +0000 (-0700) Subject: Fixing build.cmd X-Git-Tag: light-jdk8u5+36~27 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=f1b541355b6da9bc183580f2c9f527e54875d24c;p=dcevm.git Fixing build.cmd --- diff --git a/build.cmd b/build.cmd index 53daf1cf..b32df329 100644 --- a/build.cmd +++ b/build.cmd @@ -4,5 +4,5 @@ call "%WINDOWS_SDK%\bin\setenv.cmd" /%ARCH% echo Script arguments: %* set CYGWIN=C:\cygwin set SCRIPT=%~dp0 -set HOTSPOTWORKSPACE=. -%CYGWIN%\bin\bash --login -c 'cd `/usr/bin/cygpath "$SCRIPT"/..` ; /usr/bin/pwd ; /usr/bin/make -C "make" %*' +set HOTSPOTWORKSPACE=hotspot +%CYGWIN%\bin\bash --login -c 'cd `/usr/bin/cygpath "$SCRIPT"/hotspot` ; /usr/bin/pwd ; /usr/bin/make -C "make" %*'