[Libreoffice-commits] .: solenv/gbuild

Tor Lillqvist tml at kemper.freedesktop.org
Sat May 28 13:15:37 PDT 2011


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

New commits:
commit 79a8437f1073bd3d24da389c1675be6af5192cea
Author: Tor Lillqvist <tlillqvist at novell.com>
Date:   Sat May 28 23:14:06 2011 +0300

    Notice if compilation failed when using filter-showIncludes.pl

diff --git a/solenv/gbuild/platform/windows.mk b/solenv/gbuild/platform/windows.mk
index 5fff55f..60e18ad 100644
--- a/solenv/gbuild/platform/windows.mk
+++ b/solenv/gbuild/platform/windows.mk
@@ -222,7 +222,7 @@ gb_COMPILERNOOPTFLAGS := -Od
 ifeq ($(gb_FULLDEPS),$(true))
 gb_COMPILERDEPFLAGS := -showIncludes
 define gb_create_deps
-| $(GBUILDDIR)/filter-showIncludes.pl $(2) $(1) $(3)
+| $(GBUILDDIR)/filter-showIncludes.pl $(2) $(1) $(3); exit $${PIPESTATUS[0]}
 endef
 else
 gb_COMPILERDEPFLAGS :=


More information about the Libreoffice-commits mailing list