summaryrefslogtreecommitdiff
path: root/usr/src
diff options
context:
space:
mode:
authorJoshua M. Clulow <josh@sysmgr.org>2020-04-21 21:25:40 -0700
committerJoshua M. Clulow <josh@sysmgr.org>2020-04-21 21:25:40 -0700
commit865498e43471404cd766389d4b8e045ed6ef3be1 (patch)
tree8a00f06f6d45c159d430603427d6f7d321fe6824 /usr/src
parent6205b5c44bad9044e168b06aef439c2e7cdc8a89 (diff)
downloadillumos-joyent-865498e43471404cd766389d4b8e045ed6ef3be1.tar.gz
backout: 12579 parallelize crypto-test build (needs more work)
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, 0 insertions, 4 deletions
diff --git a/usr/src/test/crypto-tests/tests/Makefile.crypto b/usr/src/test/crypto-tests/tests/Makefile.crypto
index f53bd7d89b..8d7396fa64 100644
--- a/usr/src/test/crypto-tests/tests/Makefile.crypto
+++ b/usr/src/test/crypto-tests/tests/Makefile.crypto
@@ -96,8 +96,6 @@ 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 c381d0c584..a5732aa375 100644
--- a/usr/src/test/crypto-tests/tests/digest/Makefile
+++ b/usr/src/test/crypto-tests/tests/digest/Makefile
@@ -27,6 +27,4 @@ all clean clobber install: $(ALGS)
$(ALGS): FRC
$(MAKE) -e -f Makefile.digest BASEPROG=$@ $(TARGET)
-.PARALLEL: $(ALGS)
-
FRC: