[Mantic 1/6] UBUNTU: [Packaging] Add .NOTPARALLEL

Masahiro Yamada masahiro.yamada at canonical.com
Fri Jul 28 13:38:12 UTC 2023


The targets in debian/rules are not intended to run in parallel.

Add .NOTPARALLEL like the Debian kernel.

Signed-off-by: Masahiro Yamada <masahiro.yamada at canonical.com>
---
 debian/rules | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/debian/rules b/debian/rules
index 034aa2b789a6..99d91078f7db 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,6 +11,8 @@
 # (this increases performance and avoids hard-to-debug behaviour)
 MAKEFLAGS += -rR
 
+.NOTPARALLEL:
+
 DEBIAN=$(shell awk -F= '($$1 == "DEBIAN") { print $$2 }' <debian/debian.env)
 
 # dpkg-buildpackage passes options that are incomptatible
-- 
2.39.2




More information about the kernel-team mailing list