aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatias Elo <matias.elo@nokia.com>2024-02-19 15:26:22 +0200
committerMatias Elo <matias.elo@nokia.com>2024-02-21 12:17:36 +0200
commit218d405feade246be95ae0a7aa4ab628821b4afb (patch)
tree37119ae38a6486706699aaaf3d18b6cf59afafbf
parentf09b6a59156e55115620a9ea514f4159d80c3731 (diff)
build: re-enable parallel build
Enabling parallel build in all directories outweighs the benefits from being able to run distcheck in parallel. Running 'make check' with -j option is not expected to work anymore after this commit. Signed-off-by: Matias Elo <matias.elo@nokia.com> Reviewed-by: Petri Savolainen <petri.savolainen@nokia.com>
-rw-r--r--example/packet/Makefile.am2
-rw-r--r--example/timer/Makefile.am2
-rw-r--r--helper/test/Makefile.am2
-rw-r--r--platform/linux-generic/test/example/ipsec_api/Makefile.am2
-rw-r--r--platform/linux-generic/test/example/ipsec_crypto/Makefile.am2
-rwxr-xr-xscripts/ci/distcheck.sh2
-rw-r--r--test/performance/Makefile.am2
7 files changed, 1 insertions, 13 deletions
diff --git a/example/packet/Makefile.am b/example/packet/Makefile.am
index cf33b2ef7..5e4d9f5ea 100644
--- a/example/packet/Makefile.am
+++ b/example/packet/Makefile.am
@@ -35,5 +35,3 @@ clean-local:
rm -f $(builddir)/$$f; \
done \
fi
-
-.NOTPARALLEL:
diff --git a/example/timer/Makefile.am b/example/timer/Makefile.am
index da85be233..66cf0edfb 100644
--- a/example/timer/Makefile.am
+++ b/example/timer/Makefile.am
@@ -16,5 +16,3 @@ TESTS = odp_timer_accuracy_run.sh \
endif
EXTRA_DIST = odp_timer_accuracy_run.sh
-
-.NOTPARALLEL:
diff --git a/helper/test/Makefile.am b/helper/test/Makefile.am
index 80aac1083..9cf48d7d9 100644
--- a/helper/test/Makefile.am
+++ b/helper/test/Makefile.am
@@ -67,5 +67,3 @@ clean-local:
rm -f $(builddir)/$$f; \
done \
fi
-
-.NOTPARALLEL:
diff --git a/platform/linux-generic/test/example/ipsec_api/Makefile.am b/platform/linux-generic/test/example/ipsec_api/Makefile.am
index 101c97cdf..2535ad466 100644
--- a/platform/linux-generic/test/example/ipsec_api/Makefile.am
+++ b/platform/linux-generic/test/example/ipsec_api/Makefile.am
@@ -19,5 +19,3 @@ clean-local:
rm -f $(builddir)/$$f; \
done \
fi
-
-.NOTPARALLEL:
diff --git a/platform/linux-generic/test/example/ipsec_crypto/Makefile.am b/platform/linux-generic/test/example/ipsec_crypto/Makefile.am
index 101c97cdf..2535ad466 100644
--- a/platform/linux-generic/test/example/ipsec_crypto/Makefile.am
+++ b/platform/linux-generic/test/example/ipsec_crypto/Makefile.am
@@ -19,5 +19,3 @@ clean-local:
rm -f $(builddir)/$$f; \
done \
fi
-
-.NOTPARALLEL:
diff --git a/scripts/ci/distcheck.sh b/scripts/ci/distcheck.sh
index 6cf49f8a7..9d45536f4 100755
--- a/scripts/ci/distcheck.sh
+++ b/scripts/ci/distcheck.sh
@@ -16,4 +16,4 @@ export CI="true"
# Additional configure flags for distcheck
export DISTCHECK_CONFIGURE_FLAGS="${CONF}"
-make -j $(nproc) distcheck
+make distcheck
diff --git a/test/performance/Makefile.am b/test/performance/Makefile.am
index bc239980d..356e98a2d 100644
--- a/test/performance/Makefile.am
+++ b/test/performance/Makefile.am
@@ -123,5 +123,3 @@ clean-local:
rm -f $(builddir)/$$f; \
done \
fi
-
-.NOTPARALLEL: