aboutsummaryrefslogtreecommitdiffstats
path: root/make_dist
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2012-12-31 16:57:45 +0100
committerJay Berkenbilt <ejb@ql.org>2012-12-31 17:43:27 +0100
commita9983090ca38432c935e1050a53c1eb767ebd001 (patch)
treec22b928096756ad1d521db2f2ccfea734d4b16fd /make_dist
parent66ef118b4377a00329314a9d7cbe23cf12e12832 (diff)
downloadqpdf-a9983090ca38432c935e1050a53c1eb767ebd001.tar.zst
Run make in parallel when building releases
Diffstat (limited to 'make_dist')
-rwxr-xr-xmake_dist1
1 files changed, 1 insertions, 0 deletions
diff --git a/make_dist b/make_dist
index fb1436e6..de6d3f1b 100755
--- a/make_dist
+++ b/make_dist
@@ -119,6 +119,7 @@ if ($run_tests)
{
cd($srcdir);
run("./configure");
+ run("make -j8");
run("make check");
cd($pwd);
}