diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2018-12-05 14:51:22 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2018-12-05 14:51:22 +0200 |
commit | 1dca20865e6dbcb37d22b9563c6e34ab5fe88a6e (patch) | |
tree | 70ae001c20b297089cabe42f37bb2626c34cf984 /build-mingw.bat | |
parent | 5b18d0d73980102aadc91678b1454b624cf6b253 (diff) |
Make bpkg-pkg-build print plan in build scripts
Diffstat (limited to 'build-mingw.bat')
-rw-r--r-- | build-mingw.bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build-mingw.bat b/build-mingw.bat index 5db670e..fff31d5 100644 --- a/build-mingw.bat +++ b/build-mingw.bat @@ -295,7 +295,7 @@ bpkg-stage %verbose% add %BUILD2_REPO% bpkg-stage %verbose% fetch %timeout% %trust% @if errorlevel 1 goto error -bpkg-stage %verbose% build %timeout% --for install --yes build2 bpkg bdep +bpkg-stage %verbose% build %timeout% --for install --yes --plan= build2 bpkg bdep @if errorlevel 1 goto error bpkg-stage %verbose% install build2 bpkg bdep |