UBUNTU: [Packaging] Add .NOTPARALLEL

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@canonical.com>
Signed-off-by: Andrea Righi <andrea.righi@canonical.com>
This commit is contained in:
Masahiro Yamada
2023-07-28 22:38:12 +09:00
committed by Paolo Pisati
parent 82f6261e9b
commit 7d85883a90
+2
View File
@@ -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