aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrent Cook <busterb@gmail.com>2022-05-09 01:33:25 -0500
committerBrent Cook <busterb@gmail.com>2022-05-09 01:33:25 -0500
commit258e4c2f5ee5bf9393efe98eea1114076b614feb (patch)
tree0bf68e09c058396ea4aed40890fdf8c22480aaf5
parent45deaf0e5e0aaa22a3a341e0eb2973c0b04700a5 (diff)
downloadportable-258e4c2f5ee5bf9393efe98eea1114076b614feb.tar.gz
portable-258e4c2f5ee5bf9393efe98eea1114076b614feb.tar.bz2
portable-258e4c2f5ee5bf9393efe98eea1114076b614feb.zip
increase build threads
-rwxr-xr-xdist.sh2
-rwxr-xr-xtap-driver.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/dist.sh b/dist.sh
index 9a2f001..e367038 100755
--- a/dist.sh
+++ b/dist.sh
@@ -4,4 +4,4 @@ set -e
4rm -f man/*.[35] include/openssl/*.h 4rm -f man/*.[35] include/openssl/*.h
5./autogen.sh 5./autogen.sh
6./configure 6./configure
7make -j2 distcheck 7make -j4 distcheck
diff --git a/tap-driver.sh b/tap-driver.sh
index fea066f..0ca4903 100755
--- a/tap-driver.sh
+++ b/tap-driver.sh
@@ -1,5 +1,5 @@
1#! /bin/sh 1#! /bin/sh
2# Copyright (C) 2011-2021 Free Software Foundation, Inc. 2# Copyright (C) 2011-2020 Free Software Foundation, Inc.
3# 3#
4# This program is free software; you can redistribute it and/or modify 4# This program is free software; you can redistribute it and/or modify
5# it under the terms of the GNU General Public License as published by 5# it under the terms of the GNU General Public License as published by