[Libreoffice-commits] core.git: solenv/gbuild

Stephan Bergmann (via logerrit) logerrit at kemper.freedesktop.org
Thu Sep 24 10:56:13 UTC 2020


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

New commits:
commit 28d4d1e30b46f3de48fa9eca28770c3deef1623f
Author:     Stephan Bergmann <sbergman at redhat.com>
AuthorDate: Thu Sep 24 10:17:15 2020 +0200
Commit:     Stephan Bergmann <sbergman at redhat.com>
CommitDate: Thu Sep 24 12:55:33 2020 +0200

    Expand the Windows CPPUNITTRACE=TRUE abbreviation in place
    
    ...as a means towards defining gb_CppunitTest_GDBTRACE only in a single place
    (in solenv/gbuild/CppunitTest.mk), which should make reasoning about the code
    simpler
    
    Change-Id: I1a587ee08deb4e969e615b2544265b2ba34bd8af
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/103296
    Tested-by: Jenkins
    Reviewed-by: Stephan Bergmann <sbergman at redhat.com>

diff --git a/solenv/gbuild/platform/com_MSC_class.mk b/solenv/gbuild/platform/com_MSC_class.mk
index d69f7f46004d..09dd48dc8754 100644
--- a/solenv/gbuild/platform/com_MSC_class.mk
+++ b/solenv/gbuild/platform/com_MSC_class.mk
@@ -519,7 +519,7 @@ gb_PythonTest_PRECOMMAND := $(gb_CppunitTest_CPPTESTPRECOMMAND)
 gb_PythonTest_DEPS = $(call gb_Package_get_target,python3) $(call gb_Executable_get_target,python)
 
 ifeq ($(strip $(CPPUNITTRACE)),TRUE)
-gb_CppunitTest_GDBTRACE := '$(DEVENV)' /debugexe
+override CPPUNITTRACE := '$(DEVENV)' /debugexe
 endif
 
 # WinResTarget class


More information about the Libreoffice-commits mailing list