solenv/gbuild/platform/com_MSC_class.mk |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

New commits:
commit 812081337ae6458cd14cd17e56510b7ed48acbc6
Author:     Stephan Bergmann <sberg...@redhat.com>
AuthorDate: Tue Apr 12 08:42:52 2022 +0200
Commit:     Stephan Bergmann <sberg...@redhat.com>
CommitDate: Tue Apr 12 10:05:19 2022 +0200

    Delete tempfile when done
    
    Change-Id: Ide7acab1ab8eae760f9818248ce44d07ca92a6f9
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/132884
    Tested-by: Jenkins
    Reviewed-by: Stephan Bergmann <sberg...@redhat.com>

diff --git a/solenv/gbuild/platform/com_MSC_class.mk 
b/solenv/gbuild/platform/com_MSC_class.mk
index e82e73dd8aaa..06d21ecd474a 100644
--- a/solenv/gbuild/platform/com_MSC_class.mk
+++ b/solenv/gbuild/platform/com_MSC_class.mk
@@ -714,7 +714,8 @@ $(call gb_Helper_abbreviate_dirs,\
        FILES=$(call gb_var2file,$(shell $(gb_MKTEMP)),100,$(UIFILES)) && \
        $(gb_UIConfig_LXML_PATH) $(if 
$(SYSTEM_LIBXML)$(SYSTEM_LIBXSLT),,$(gb_Helper_set_ld_path)) \
        $(call gb_ExternalExecutable_get_command,python) \
-       $(gb_UIConfig_gla11y_SCRIPT) $(gb_UIConfig_gla11y_PARAMETERS) -o $@ -L 
$$FILES
+       $(gb_UIConfig_gla11y_SCRIPT) $(gb_UIConfig_gla11y_PARAMETERS) -o $@ -L 
$$FILES && \
+       rm $$FILES
 )
 
 endef

Reply via email to