Skip to content

Commit 3882413

Browse files
committed
try parallel openssl builds
1 parent 792851e commit 3882413

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tools/build-openssl.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ curl -s -l https://www.openssl.org/source/openssl-${OPENSSL_VERSION}.tar.gz | \
2424
tar -xz --strip-components=1 -f -
2525
./config --prefix=${PREFIX} zlib no-krb5 zlib shared
2626
echo "## building openssl"
27-
make 2>&1 | tail -50
27+
time make -j 2>&1 | tail -20
2828
echo "## testing openssl"
29-
make test 2>&1 | tail -50
29+
time make -j test 2>&1 | tail -20
3030
echo "## installing openssl"
31-
make install 2>&1 | tail -50
31+
time make install 2>&1 | tail -20
3232
popd
3333

3434

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy