[Libreoffice-commits] core.git: odk/CustomTarget_build-examples.mk

Stephan Bergmann sbergman at redhat.com
Fri Feb 16 17:07:49 UTC 2018


 odk/CustomTarget_build-examples.mk |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 7b468e1d11b41678232dc05f80c853165fbbacc2
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Fri Feb 16 14:29:49 2018 +0100

    Start each run of CustomTarget_odk/build-examples with a clean slate
    
    Change-Id: Icf6a12254b32c6fcdb7e9cbe1057c73907cf3005
    Reviewed-on: https://gerrit.libreoffice.org/49860
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Stephan Bergmann <sbergman at redhat.com>

diff --git a/odk/CustomTarget_build-examples.mk b/odk/CustomTarget_build-examples.mk
index f7dc1db1e30d..d8d64d353927 100644
--- a/odk/CustomTarget_build-examples.mk
+++ b/odk/CustomTarget_build-examples.mk
@@ -93,6 +93,7 @@ ifneq ($(gb_SUPPRESS_TESTS),)
 	@true
 else
 	$(call gb_Output_announce,$(subst $(WORKDIR)/,,$@),$(true),CHK,1)
+	rm -fr $(call gb_CustomTarget_get_workdir,odk/build-examples)/{out,user}
 ifeq (MACOSX,$(OS))
 	$(eval ODK_BUILD_SHELL := $(shell $(gb_MKTEMP)))
 	cp /bin/sh "$(ODK_BUILD_SHELL)"


More information about the Libreoffice-commits mailing list