1
0
Fork 0
dpkg/scripts/t/mk/buildopts.mk
Daniel Baumann 1879661313
Adding upstream version 1.22.20.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-20 21:21:00 +02:00

11 lines
184 B
Makefile

include $(srcdir)/mk/buildopts.mk
test_vars := \
DEB_BUILD_OPTION_PARALLEL \
# EOL
test: $(test_vars)
$(test_vars):
: # Test the $@ Make variable.
test '$($@)' = '$(TEST_$@)'