From cbffab246997fb5a06211dfb706b54e5ae5bb59f Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 16:58:51 +0200 Subject: Adding upstream version 1.21.22. Signed-off-by: Daniel Baumann --- scripts/mk/buildopts.mk | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 scripts/mk/buildopts.mk (limited to 'scripts/mk/buildopts.mk') diff --git a/scripts/mk/buildopts.mk b/scripts/mk/buildopts.mk new file mode 100644 index 0000000..c957777 --- /dev/null +++ b/scripts/mk/buildopts.mk @@ -0,0 +1,10 @@ +# This Makefile fragment (since dpkg 1.20.1) parses option arguments from +# DEB_BUILD_OPTIONS, and exposes these as variables. +# +# Defines the following variables: +# +# DEB_BUILD_OPTION_PARALLEL: the argument for the parallel=N option. + +ifneq (,$(filter parallel=%,$(DEB_BUILD_OPTIONS))) + DEB_BUILD_OPTION_PARALLEL = $(patsubst parallel=%,%,$(filter parallel=%,$(DEB_BUILD_OPTIONS))) +endif -- cgit v1.2.3