diff -r 2a65c972b937 -r a7f5e6de19d2 mingwmake.bat --- a/mingwmake.bat Mon Apr 13 14:19:55 2015 +0100 +++ b/mingwmake.bat Mon Apr 13 22:00:44 2015 +0100 @@ -16,15 +16,15 @@ @echo "***********************************" @echo "Buildung stx/goodies/petitparser/analyzer @echo "***********************************" -@cd analyzer -@call mingwmake %1 %2 -@cd .. +@pushd analyzer +@call mingwmake %1 %2 || exit /b "%errorlevel%" +@popd @echo "***********************************" @echo "Buildung stx/goodies/petitparser/tests @echo "***********************************" -@cd tests -@call mingwmake %1 %2 -@cd .. +@pushd tests +@call mingwmake %1 %2 || exit /b "%errorlevel%" +@popd