[ooo-build-commit] .: Makefile.in

Tor Lillqvist tml at kemper.freedesktop.org
Thu Sep 16 11:52:26 PDT 2010


 Makefile.in |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

New commits:
commit 5c5a9cf40ff96864ed1d7396feccbf1b28b683c5
Author: Tor Lillqvist <tlillqvist at novell.com>
Date:   Thu Sep 16 21:40:40 2010 +0300

    Match winenv.set.sh with lower-case e and s on Windows

diff --git a/Makefile.in b/Makefile.in
index 313f1e6..978e193 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -3,20 +3,20 @@
 SHELL=/bin/sh
 
 all:
-	. ./*Env.Set.sh && \
+	. ./*[Ee]nv.[Ss]et.sh && \
 	./bootstrap && \
 		cd instsetoo_native && ../solenv/bin/build.pl -P at BUILD_NCPUS@ --all -P at BUILD_MAX_JOBS@
 
 distclean:
-	. ./*Env.Set.sh && \
+	. ./*[Ee]nv.[Ss]et.sh && \
 	dmake distclean
 
 clean:
-	. ./*Env.Set.sh && \
+	. ./*[Ee]nv.[Ss]et.sh && \
 	dmake clean
-	
+
 dev-install:
-	. ./*Env.Set.sh && \
+	. ./*[Ee]nv.[Ss]et.sh && \
 		cd $$SRC_ROOT/instsetoo_native/util && \
 		LOCALINSTALLDIR=$$SRC_ROOT/install dmake openoffice_en-US PKGFORMAT=installed && \
 		$$SOLARENV/bin/linkoo $$SRC_ROOT/install/OpenOffice/installed/install/en-US $$SRC_ROOT && \


More information about the ooo-build-commit mailing list