Windows: update dobuild.cmd to run the configure/make
authorRebecca Cran <rebecca@bsdio.com>
Tue, 3 Nov 2020 02:47:41 +0000 (02:47 +0000)
committerJens Axboe <axboe@kernel.dk>
Wed, 4 Nov 2020 23:43:14 +0000 (16:43 -0700)
commit38c2f9384db8dbd93f59d965d70ab0d3a53343fa
tree2f177365ea21170ce484ed36d1a00a19778ae920
parent08a3f6fef1fe6c9fcd18d5ed40ca81097922bb14
Windows: update dobuild.cmd to run the configure/make

Add a new shell script, _domake.sh which runs under Cygwin. This
is invoked via dobuild.cmd to run the configure and make steps of
the build. In this way, a single command, run from a Developer Command
Prompt, can be used to go from a clean workspace to a final installer
binary.

Signed-off-by: Rebecca Cran <rebecca@bsdio.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
os/windows/_domake.sh [new file with mode: 0755]
os/windows/dobuild.cmd