diff options
author | Brent Cook <busterb@gmail.com> | 2022-05-09 01:33:25 -0500 |
---|---|---|
committer | Brent Cook <busterb@gmail.com> | 2022-05-09 01:33:25 -0500 |
commit | 258e4c2f5ee5bf9393efe98eea1114076b614feb (patch) | |
tree | 0bf68e09c058396ea4aed40890fdf8c22480aaf5 | |
parent | 45deaf0e5e0aaa22a3a341e0eb2973c0b04700a5 (diff) | |
download | portable-258e4c2f5ee5bf9393efe98eea1114076b614feb.tar.gz portable-258e4c2f5ee5bf9393efe98eea1114076b614feb.tar.bz2 portable-258e4c2f5ee5bf9393efe98eea1114076b614feb.zip |
increase build threads
-rwxr-xr-x | dist.sh | 2 | ||||
-rwxr-xr-x | tap-driver.sh | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -4,4 +4,4 @@ set -e | |||
4 | rm -f man/*.[35] include/openssl/*.h | 4 | rm -f man/*.[35] include/openssl/*.h |
5 | ./autogen.sh | 5 | ./autogen.sh |
6 | ./configure | 6 | ./configure |
7 | make -j2 distcheck | 7 | make -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 |