[Libreoffice-commits] .: solenv/gbuild

Miklos Vajna vmiklos at kemper.freedesktop.org
Wed Jun 13 06:10:04 PDT 2012


 solenv/gbuild/Module.mk |   10 ++++++++++
 1 file changed, 10 insertions(+)

New commits:
commit c6bb0ce39c6d5f74258e9269176420b436d8c83b
Author: Miklos Vajna <vmiklos at suse.cz>
Date:   Wed Jun 13 15:10:42 2012 +0200

    gbuild: don't suggest make install on WNT

diff --git a/solenv/gbuild/Module.mk b/solenv/gbuild/Module.mk
index e5f87f0..20fbba5 100644
--- a/solenv/gbuild/Module.mk
+++ b/solenv/gbuild/Module.mk
@@ -100,6 +100,7 @@ ifneq ($(filter dev-install build all,$(MAKECMDGOALS)),)
 debugrun :| $(filter dev-install build all,$(MAKECMDGOALS))
 endif
 
+ifneq ($(OS),WNT)
 define gb_Module_BUILDHINT
 
 LibreOffice build successfully finished.
@@ -110,6 +111,15 @@ To run smoketest, issue: $(MAKE) check
 For crosscompiles, please consult README.cross how to install it.
 
 endef
+else
+define gb_Module_BUILDHINT
+
+LibreOffice build succesfully finished.
+
+Please consult instsetoo_native/README on installing it.
+
+endef
+endif
 
 define gb_Module_DEVINSTALLHINT
 


More information about the Libreoffice-commits mailing list