summaryrefslogtreecommitdiff
path: root/static
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 /static
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 'static')
-rw-r--r--static/CustomTarget_emscripten_fs_image.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/CustomTarget_emscripten_fs_image.mk b/static/CustomTarget_emscripten_fs_image.mk
index 38ad8d2d9a3d..e8810bd2e2f7 100644
--- a/static/CustomTarget_emscripten_fs_image.mk
+++ b/static/CustomTarget_emscripten_fs_image.mk
@@ -1514,7 +1514,7 @@ $(emscripten_fs_image_WORKDIR)/soffice.data.filelist: \
$(emscripten_fs_image_WORKDIR)/soffice.data.concat_lists \
$(gb_emscripten_fs_image_files) \
| $(emscripten_fs_image_WORKDIR)/.dir
- TEMPFILE=$(call gb_var2file,$(shell $(gb_MKTEMP)),1,\
+ TEMPFILE=$(call gb_var2file,$(shell $(gb_MKTEMP)),\
$(subst @,@@,$(subst $(BUILDDIR)/,,$(filter $(BUILDDIR)%,$(gb_emscripten_fs_image_all_files)))) \
$(foreach item,$(filter-out $(BUILDDIR)%,$(gb_emscripten_fs_image_all_files)),$(subst @,@@,$(item))@$(subst @,@@,$(subst $(SRCDIR)/,,$(item))))) \
&& mv $$TEMPFILE $@