Commit 49292792 authored by Kenton Varda's avatar Kenton Varda

Tweaks.

parent 2ea60eff
...@@ -44,11 +44,11 @@ case "$BRANCH" in ...@@ -44,11 +44,11 @@ case "$BRANCH" in
echo "Building C++ runtime package..." echo "Building C++ runtime package..."
echo "=========================================================================" echo "========================================================================="
cd c++ cd c++
doit ./setup-autotools.sh doit ./setup-autotools.sh | tr = -
doit autoreconf -i doit autoreconf -i
doit ./configure doit ./configure
doit make dist doit make dist
doit cp capnproto-c++-$VERSION.0-rc1.tar.gz .. doit mv capnproto-c++-$VERSION.0-rc1.tar.gz ..
doit make maintainer-clean doit make maintainer-clean
cd .. cd ..
......
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