diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2017-10-18 14:31:25 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2017-10-18 14:31:25 +0200 |
commit | f548da18c34bd54a88c6eb30e5bf125110a00e88 (patch) | |
tree | 24290ddcdbd33569bc7d6a6303a48fbc1f53c96b /build-mingw.bat | |
parent | 35d29c97b3a1e86e5397d6164d06739c9a5a9971 (diff) |
Add support for GNU make-based bootstrap in build.sh
Diffstat (limited to 'build-mingw.bat')
-rw-r--r-- | build-mingw.bat | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build-mingw.bat b/build-mingw.bat index 16522dc..04f5073 100644 --- a/build-mingw.bat +++ b/build-mingw.bat @@ -85,12 +85,12 @@ if not exist %idir%\bin\ ( ) if exist build\config.build ( - echo current directory already configured, start with clean source + echo error: current directory already configured, start with clean source goto error ) if exist ..\%cdir%\ ( - echo ..\%cdir%\ bpkg configuration directory already exists + echo error: ..\%cdir%\ bpkg configuration directory already exists goto error ) |