[Libreoffice-commits] core.git: odk/settings

Stephan Bergmann sbergman at redhat.com
Thu Apr 18 05:05:55 PDT 2013


 odk/settings/settings.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit fe6c9239d787a5d6057addbd38c5bb42760bbceb
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Thu Apr 18 14:03:41 2013 +0200

    Properly set PS to a single backslash for Windows
    
    I guess all those $(subst \\,\,...) in odk/examples/.../Makefile are only
    workarounds for a broken PS setting and could go, too.
    
    Change-Id: I2e44108f23803e1f49157a91be11af5ad860673c

diff --git a/odk/settings/settings.mk b/odk/settings/settings.mk
index acaabbc..b69724a 100644
--- a/odk/settings/settings.mk
+++ b/odk/settings/settings.mk
@@ -55,7 +55,7 @@ ifeq "$(PLATFORM)" "windows"
 # Settings for Windows using Microsoft compiler/linker
 
 OS=WIN
-PS=\\
+PS:=$(strip \ )
 ICL=$$
 CC=cl
 LINK=link


More information about the Libreoffice-commits mailing list