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

New commits:
commit 8ddf9a992bf1826a66f0543127916f25d0f8e516
Author:     Noel Grandin <noelgran...@collabora.co.uk>
AuthorDate: Tue May 7 12:49:07 2024 +0200
Commit:     Balazs Varga <balazs.varga.ext...@allotropia.de>
CommitDate: Wed Oct 2 19:50:03 2024 +0200

    fix Windows incremental build
    
    after
        commit 4c86718e78c6b18c84774e48ca025694364c251a
        Author: Christian Lohmaier <lohmaier+libreoff...@googlemail.com>
        Date:   Thu Apr 18 12:45:01 2024 +0200
        initial support for running autogen.sh inside wsl from git-bash
    
    otherwise we end up with mixed cygwin/windows paths in our .d
    files, which the make executable we use will not like.
    
    Change-Id: Ia1325793f47657a23774c216df319ae6afd6d638
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/167269
    Tested-by: Jenkins
    Reviewed-by: Christian Lohmaier <lohmaier+libreoff...@googlemail.com>
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/174259
    Reviewed-by: Balazs Varga <balazs.varga.ext...@allotropia.de>
    Tested-by: Balazs Varga <balazs.varga.ext...@allotropia.de>

diff --git a/solenv/gbuild/platform/com_MSC_defs.mk 
b/solenv/gbuild/platform/com_MSC_defs.mk
index cd314e19a954..176c491f8abf 100644
--- a/solenv/gbuild/platform/com_MSC_defs.mk
+++ b/solenv/gbuild/platform/com_MSC_defs.mk
@@ -257,7 +257,7 @@ gb_COMPILERDEBUGOPTFLAGS :=
 ifeq ($(gb_FULLDEPS),$(true))
 gb_COMPILERDEPFLAGS := -showIncludes
 define gb_create_deps
-| $(call gb_Helper_cyg_path,$(GBUILDDIR)/platform/filter-showIncludes.awk 
-vdepfile=$(1) -vobjectfile=$(2) -vsourcefile=$(3)); exit $${PIPESTATUS[0]}
+| $(GBUILDDIR)/platform/filter-showIncludes.awk -vdepfile=$(1) 
-vobjectfile=$(2) -vsourcefile=$(3); exit $${PIPESTATUS[0]}
 endef
 else
 gb_COMPILERDEPFLAGS :=

Reply via email to