summaryrefslogtreecommitdiff
path: root/packdist.sh
diff options
context:
space:
mode:
authorGlenn Strauss <gstrauss@gluelogic.com>2016-10-16 02:24:24 -0400
committerGlenn Strauss <gstrauss@gluelogic.com>2016-10-16 02:24:24 -0400
commite82b980955320ae83f4884e7e92006018eed2039 (patch)
tree87eaa5fd53c5da6d2e3a834787cc7fdf01a16fae /packdist.sh
parent1f4874cb9cfc3871d5ea7a425858b1c990a7122c (diff)
downloadlighttpd-git-e82b980955320ae83f4884e7e92006018eed2039.tar.gz
parallelize dist package build (packdist.sh)
Diffstat (limited to 'packdist.sh')
-rwxr-xr-xpackdist.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/packdist.sh b/packdist.sh
index 1c9895d4..935d6621 100755
--- a/packdist.sh
+++ b/packdist.sh
@@ -188,7 +188,7 @@ if [ ${dopack} = "1" ]; then
# force make
# force make check
- force make distcheck
+ force make -j 4 distcheck
force fakeroot make dist
else
force cd distbuild