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:
committed by
Paolo Pisati
parent
82f6261e9b
commit
7d85883a90
Vendored
+2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user