mingwmake.bat
changeset 3497 7cf1b16f69aa
parent 3496 e1e02c2f3b94
child 3508 622620308fee
--- a/mingwmake.bat	Fri Sep 11 16:22:17 2015 +0100
+++ b/mingwmake.bat	Sat Sep 12 18:34:52 2015 +0100
@@ -5,7 +5,7 @@
 @REM -------
 @SET DEFINES=
 @REM Kludge got Mercurial, cannot be implemented in Borland make
-@FOR /F "tokens=*" %i in ('hg root') do SET HGROOT=%i
+@FOR /F "tokens=*" %%i in ('hg root') do SET HGROOT=%%i
 @IF "%HGROOT%" NEQ "" SET DEFINES=%DEFINES% "-DHGROOT=%HGROOT%"
 
 @pushd ..\rules
@@ -14,14 +14,14 @@
 make.exe -N -f bc.mak %DEFINES% %USEMINGW_ARG% %*
 
 @echo "***********************************"
-@echo "Buildung stx/libjava/experiments
+@echo "Buildung stx/libjava/experiments"
 @echo "***********************************"
 @pushd experiments
 @call mingwmake %1 %2 || exit /b "%errorlevel%"
 @popd
 
 @echo "***********************************"
-@echo "Buildung stx/libjava/tools
+@echo "Buildung stx/libjava/tools"
 @echo "***********************************"
 @pushd tools
 @call mingwmake %1 %2 || exit /b "%errorlevel%"