File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
src/share/rsdk/infra-package Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff 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:
You can’t perform that action at this time.
0 commit comments