[Libreoffice-commits] .: 2 commits - solenv/bin solenv/inc

Tor Lillqvist tml at kemper.freedesktop.org
Tue May 17 14:37:48 PDT 2011


 solenv/inc/tg_ext.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 015976147a7a2b612c28d039171c303703febeba
Author: Tor Lillqvist <tml at iki.fi>
Date:   Wed May 18 00:37:46 2011 +0300

    chmod +x

diff --git a/solenv/bin/addsym-mingw.sh b/solenv/bin/addsym-mingw.sh
old mode 100644
new mode 100755
commit ba6f3b08d6df003b62248e178fcdf68999c8eb26
Author: Tor Lillqvist <tml at iki.fi>
Date:   Wed May 18 00:36:45 2011 +0300

    Sleep only on Windows

diff --git a/solenv/inc/tg_ext.mk b/solenv/inc/tg_ext.mk
index 65dfe4a..a421777 100644
--- a/solenv/inc/tg_ext.mk
+++ b/solenv/inc/tg_ext.mk
@@ -199,7 +199,7 @@ $(PACKAGE_DIR)/$(PATCH_FLAG_FILE) : $(PACKAGE_DIR)/$(ADD_FILES_FLAG_FILE)
 .ENDIF          # "$(GUI)"=="WNT"
 .ENDIF			# "$(PATCH_FILES)"=="none" ||	"$(PATCH_FILES)"==""
 .IF "$(T_ADDITIONAL_FILES)"!=""
-.IF "$(GUI)"=="WNT"
+.IF "$(GUI_FOR_BUILD)"=="WNT"
 # Native W32 tools generate only filedates with even seconds, cygwin also with odd seconds
     $(DELAY) 2
 .ENDIF # "$(GUI)"=="WNT"


More information about the Libreoffice-commits mailing list