summaryrefslogtreecommitdiffstats
path: root/scripts/t/mk
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-08-07 13:31:21 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-08-07 13:31:21 +0000
commit75531fca871ac1fd11108fa5852490d7a058c96f (patch)
tree6bb5124fbe313f52ab43084c4e5f09fa4088fe70 /scripts/t/mk
parentAdding debian version 1.22.7. (diff)
downloaddpkg-75531fca871ac1fd11108fa5852490d7a058c96f.tar.xz
dpkg-75531fca871ac1fd11108fa5852490d7a058c96f.zip
Merging upstream version 1.22.8.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'scripts/t/mk')
-rw-r--r--scripts/t/mk/buildflags.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/t/mk/buildflags.mk b/scripts/t/mk/buildflags.mk
index 74ccac0..bc7e6a8 100644
--- a/scripts/t/mk/buildflags.mk
+++ b/scripts/t/mk/buildflags.mk
@@ -10,6 +10,10 @@ TEST_CXXFLAGS := set-host
DEB_CXXFLAGS_FOR_BUILD_MAINT_SET := set-build
TEST_CXXFLAGS_FOR_BUILD := set-build
+DEB_CFLAGS_MAINT_APPEND = -DTEST_MAKE_EXPANSION=$(expanded_on_demand)
+expanded_on_demand := contents
+TEST_CFLAGS += -DTEST_MAKE_EXPANSION=contents
+
DPKG_EXPORT_BUILDFLAGS := 1
include $(srcdir)/mk/buildflags.mk