# vim: set noet sw=4 ts=4: # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- # # This file is part of the LibreOffice project. # # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # $(eval $(call gb_CustomTarget_CustomTarget,static/components)) static_WORKDIR := $(gb_CustomTarget_workdir)/static postprocess_WORKDIR := $(gb_CustomTarget_workdir)/postprocess $(call gb_CustomTarget_get_target,static/components): \ $(static_WORKDIR)/component_maps.cxx \ define gb_static_components_create_component_map TEMPFILE=`$(gb_MKTEMP)` && \ $(call gb_Helper_abbreviate_dirs, \ $(call gb_ExternalExecutable_get_command,python) \ $(SRCDIR)/solenv/bin/native-code.py -c $(postprocess_WORKDIR)/services_constructors.list \ ) > $$TEMPFILE && \ $(call gb_Helper_replace_if_different_and_touch,$${TEMPFILE},$(1)) endef $(static_WORKDIR)/component_maps.cxx: \ $(postprocess_WORKDIR)/services_constructors.list \ $(SRCDIR)/solenv/bin/native-code.py \ $(call gb_ExternalExecutable_get_dependencies,python) \ | $(static_WORKDIR)/.dir $(call gb_Output_announce,$(subst $(BUILDDIR)/,,$@),$(true),GEN,2) $(call gb_static_components_create_component_map,$@) # vim: set noet sw=4: office-5-1 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/distro-configs
diff options
context:
space:
mode:
authorStephan Bergmann <stephan.bergmann@allotropia.de>2024-01-16 10:50:52 +0100
committerStephan Bergmann <stephan.bergmann@allotropia.de>2024-01-16 19:50:58 +0100
commit848d035d8659f6c98f220f91da641f7c40064765 (patch)
tree9a952075334589c9b6e99cd7497db3664a5db7ca /distro-configs
parent3e9a700091872480dd085f0928d1d30b7d74cfd7 (diff)
Remove unused `make upload-update-info`
Change-Id: Ifdec48aaf53b0444c2d7ceef554f64795e2f2c38 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/162172 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <stephan.bergmann@allotropia.de>