summaryrefslogtreecommitdiff
path: root/wizards
diff options
context:
space:
mode:
authorChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2022-12-10 15:07:24 +0100
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2022-12-19 11:25:11 +0000
commitea322c70b8d67164d01a5213d18c57184de8ad5e (patch)
treecd8005ad72631bd8c15df7d27c6c8fadac46af37 /wizards
parent110b4c4a88b392778831a392b5a4638e93afa9d3 (diff)
gb_var2file: remove now unused chunk-size parameter
that parameter did specify how many entries of the list the workaround method could use to not exceed commandline length limits, so it was a guess of sorts and many places didn't actually bother with tweaking that value anyway and just used 100. the $(file …) function doesn't care about that, so the parameter was always ignored in that case. Change-Id: If89ec3a1968be297c0fe7c65336c5a965598f0c9 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/143911 Tested-by: Jenkins Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> (cherry picked from commit f127fa685dfe4999a2aab24e7b26dca5ab9919fb) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/144059
Diffstat (limited to 'wizards')
-rw-r--r--wizards/CustomTarget_wizards.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/wizards/CustomTarget_wizards.mk b/wizards/CustomTarget_wizards.mk
index f6a3269ce4f5..f8d88b4283de 100644
--- a/wizards/CustomTarget_wizards.mk
+++ b/wizards/CustomTarget_wizards.mk
@@ -39,7 +39,7 @@ $(wizards_DIR)/resources_%.properties : \
$(call gb_Trace_StartRange,$(subst $(WORKDIR)/,,$@),PRP)
$(call gb_Helper_abbreviate_dirs, \
$(if $(filter-out qtz,$(LANGUAGE)), \
- MERGEINPUT=$(call gb_var2file,$(shell $(gb_MKTEMP)),100,$(POFILE)) && \
+ MERGEINPUT=$(call gb_var2file,$(shell $(gb_MKTEMP)),$(POFILE)) && \
$(call gb_Executable_get_command,propex) \
-i $(SOURCE) \
-o $@ \