aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUmer Saleem <[email protected]>2024-10-04 00:11:57 +0500
committerBrian Behlendorf <[email protected]>2024-10-04 11:18:12 -0700
commitcc9e36a42e60145c3c571290d482b03005ae9f79 (patch)
treee83ebd05d7e8b2df178ed92d4f1e657f77a39138
parentc204c3f340104f39c873597a6ee110259d46ecff (diff)
Disable parallel build for native-deb* targets
Running native-deb* targets in parallel via make is not supported. Reviewed-by: Brian Behlendorf <[email protected]> Signed-off-by: Umer Saleem <[email protected]> Closes#14736
-rw-r--r--config/deb.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/config/deb.am b/config/deb.am
index 1379e58c4..4d86a1b70 100644
--- a/config/deb.am
+++ b/config/deb.am
@@ -101,3 +101,5 @@ native-deb-kmod: native-deb-local debian
fakeroot debian/rules override_dh_binary-modules;
native-deb: native-deb-utils native-deb-kmod
+
+.NOTPARALLEL: native-deb native-deb-utils native-deb-kmod