diff options
author | Patrick Mooney <pmooney@pfmooney.com> | 2020-04-19 22:45:58 +0000 |
---|---|---|
committer | Patrick Mooney <pmooney@pfmooney.com> | 2020-04-20 15:44:12 +0000 |
commit | e1086107dcddb40ce490ac7c851716c9e1d7796d (patch) | |
tree | 9c479637164fe9814ace0e30f39a9252bb5a2811 /usr/src | |
parent | fc3fd29d04595458a24c7d90eb46ce039660a44f (diff) | |
download | illumos-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.crypto | 2 | ||||
-rw-r--r-- | usr/src/test/crypto-tests/tests/digest/Makefile | 2 |
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: |