Commit 3a24f676 authored by Kenton Varda's avatar Kenton Varda

Apparently distcheck and dist-zip will stomp each other if run in parallel.

parent ff93def6
......@@ -64,7 +64,8 @@ build_packages() {
doit ./setup-autotools.sh | tr = -
doit autoreconf -i
doit ./configure
doit make -j6 distcheck dist-zip
doit make -j6 distcheck
doit make dist-zip
doit mv capnproto-c++-$VERSION.tar.gz ..
doit mv capnproto-c++-$VERSION.zip ../capnproto-c++-win32-$VERSION.zip
doit make distclean
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment