summaryrefslogtreecommitdiff
path: root/usr/src
diff options
context:
space:
mode:
authorPatrick Mooney <pmooney@pfmooney.com>2020-04-19 22:45:58 +0000
committerPatrick Mooney <pmooney@pfmooney.com>2020-04-20 15:44:12 +0000
commite1086107dcddb40ce490ac7c851716c9e1d7796d (patch)
tree9c479637164fe9814ace0e30f39a9252bb5a2811 /usr/src
parentfc3fd29d04595458a24c7d90eb46ce039660a44f (diff)
downloadillumos-joyent-e1086107dcddb40ce490ac7c851716c9e1d7796d.tar.gz
12579 parallelize crypto-test build
Reviewed by: Jason King <jason.king@joyent.com> Reviewed by: Toomas Soome <tsoome@me.com> Approved by: Robert Mustacchi <rm@fingolfin.org>
Diffstat (limited to 'usr/src')
-rw-r--r--usr/src/test/crypto-tests/tests/Makefile.crypto2
-rw-r--r--usr/src/test/crypto-tests/tests/digest/Makefile2
2 files changed, 4 insertions, 0 deletions
diff --git a/usr/src/test/crypto-tests/tests/Makefile.crypto b/usr/src/test/crypto-tests/tests/Makefile.crypto
index 8d7396fa64..f53bd7d89b 100644
--- a/usr/src/test/crypto-tests/tests/Makefile.crypto
+++ b/usr/src/test/crypto-tests/tests/Makefile.crypto
@@ -96,6 +96,8 @@ clean:
$(CMDS): $(TESTDIR_pkcs) $(TESTDIR_kcf) $(PROGS)
+.PARALLEL: $(CMDS) $(PROGS)
+
$(TESTDIR_pkcs) $(TESTDIR_kcf):
$(INS.dir)
diff --git a/usr/src/test/crypto-tests/tests/digest/Makefile b/usr/src/test/crypto-tests/tests/digest/Makefile
index a5732aa375..c381d0c584 100644
--- a/usr/src/test/crypto-tests/tests/digest/Makefile
+++ b/usr/src/test/crypto-tests/tests/digest/Makefile
@@ -27,4 +27,6 @@ all clean clobber install: $(ALGS)
$(ALGS): FRC
$(MAKE) -e -f Makefile.digest BASEPROG=$@ $(TARGET)
+.PARALLEL: $(ALGS)
+
FRC: