Skip to content

Commit c996bf0

Browse files
committed
feat: add CUSTOM_DEBUILD_ARG
Signed-off-by: ZHANG Yuntian <yt@radxa.com>
1 parent 7369226 commit c996bf0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/share/rsdk/infra-package/Makefile.jsonnet

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ function(
1010
1111
PROJECT ?= %(target)s
1212
CUSTOM_DEBUILD_ENV ?= DEB_BUILD_OPTIONS='parallel=1'
13+
CUSTOM_DEBUILD_ARG ?=
1314
1415
.DEFAULT_GOAL := all
1516
.PHONY: all
@@ -102,7 +103,7 @@ function(
102103
103104
.PHONY: debuild
104105
debuild:
105-
$(CUSTOM_DEBUILD_ENV) debuild --no-lintian --lintian-hook "lintian --fail-on error,warning --suppress-tags-from-file $(PWD)/debian/common-lintian-overrides -- %%p_%%v_*.changes" --no-sign -b
106+
$(CUSTOM_DEBUILD_ENV) debuild --no-lintian --lintian-hook "lintian --fail-on error,warning --suppress-tags-from-file $(PWD)/debian/common-lintian-overrides -- %%p_%%v_*.changes" --no-sign -b $(CUSTOM_DEBUILD_ARG)
106107
107108
.PHONY: post_debuild
108109
post_debuild:

0 commit comments

Comments
 (0)