aboutsummaryrefslogtreecommitdiff
path: root/dist.sh
diff options
context:
space:
mode:
authorBrent Cook <bcook@openbsd.org>2014-12-08 18:35:22 -0600
committerBrent Cook <bcook@openbsd.org>2014-12-08 18:35:22 -0600
commitcfa04451151388d3d340d23457dc61d9ed1063cc (patch)
tree442b1a473736bc9e6fd8e1aaff457118d98e3f51 /dist.sh
parent722b48f04408546a2db2ee94a8dfaae413d4559d (diff)
downloadportable-cfa04451151388d3d340d23457dc61d9ed1063cc.tar.gz
portable-cfa04451151388d3d340d23457dc61d9ed1063cc.tar.bz2
portable-cfa04451151388d3d340d23457dc61d9ed1063cc.zip
don't hardcode a fixed # of jobs for makev2.1.2
Diffstat (limited to 'dist.sh')
-rwxr-xr-xdist.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/dist.sh b/dist.sh
index f4d7657..27bd40a 100755
--- a/dist.sh
+++ b/dist.sh
@@ -4,4 +4,4 @@ set -e
4rm -f man/*.1 man/*.3 4rm -f man/*.1 man/*.3
5./autogen.sh 5./autogen.sh
6./configure --enable-libtls 6./configure --enable-libtls
7make -j4 distcheck 7make distcheck