# 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
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
architecture.mk | File | 643 B | 0644 |
|
buildflags.mk | File | 1.76 KB | 0644 |
|
buildopts.mk | File | 392 B | 0644 |
|
buildtools.mk | File | 2.63 KB | 0644 |
|
default.mk | File | 362 B | 0644 |
|
no-pie-compile.specs | File | 77 B | 0644 |
|
no-pie-link.specs | File | 65 B | 0644 |
|
pie-compile.specs | File | 97 B | 0644 |
|
pie-link.specs | File | 76 B | 0644 |
|
pkg-info.mk | File | 1.53 KB | 0644 |
|
vendor.mk | File | 1.61 KB | 0644 |
|