i18npool/source/localedata/Makefile |    9 ++-------
 1 file changed, 2 insertions(+), 7 deletions(-)

New commits:
commit 946b0d316358006aca8d59b84f3239a8ae108541
Author: Matúš Kukan <matus.ku...@gmail.com>
Date:   Sat Dec 10 19:14:00 2011 +0100

    simplify this, use gb_Helper_abbreviate_dirs_native instead of cygpath

diff --git a/i18npool/source/localedata/Makefile 
b/i18npool/source/localedata/Makefile
index da83ff4..d744384 100755
--- a/i18npool/source/localedata/Makefile
+++ b/i18npool/source/localedata/Makefile
@@ -48,13 +48,8 @@ localedata_%_invis.cxx : $(realpath 
$(SRC_ROOT)/i18npool/source/localedata/data)
 endif
 
 saxparser.rdb : saxparser.input
-ifeq ($(OS_FOR_BUILD),WNT)
-       $(gb_XSLTPROC) --nonet --stringparam prefix `cygpath -m $(OUTDIR)/xml/` 
-o $@ \
-               $(SOLARENV)/bin/packcomponents.xslt saxparser.input
-else
-       $(gb_XSLTPROC) --nonet --stringparam prefix $(OUTDIR)/xml/ -o $@ \
-               $(SOLARENV)/bin/packcomponents.xslt saxparser.input
-endif
+       $(call gb_Helper_abbreviate_dirs_native, $(gb_XSLTPROC) --nonet 
--stringparam prefix $(OUTDIR)/xml/ -o $@ \
+               $(SOLARENV)/bin/packcomponents.xslt saxparser.input)
 
 saxparser.input :
        echo '<list><filename>$(my_components)</filename></list>' > $@
_______________________________________________
Libreoffice-commits mailing list
Libreoffice-commits@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to