[Libreoffice-commits] .: Makefile.in

Norbert Thiebaud nthiebaud at kemper.freedesktop.org
Wed Sep 28 13:55:08 PDT 2011


 Makefile.in |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 422b71e32bf0881cc643cee76b596f6031511829
Author: Norbert Thiebaud <nthiebaud at gmail.com>
Date:   Wed Sep 28 15:54:44 2011 -0500

    target 'all' should be the first one to make it the default one.

diff --git a/Makefile.in b/Makefile.in
index 9c4ebf9..99d9af1 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -17,6 +17,8 @@ endif
 
 .PHONY : build dev-install all cross-build-toolset install distro-pack-install clean distclean findunusedcode
 
+all: build unitcheck
+
 build: Makefile dmake/dmake at EXEEXT_FOR_BUILD@ src.downloaded $(CROSS_TOOLSET_RULE)
 	@. ./Env.Host.sh && \
 		cd instsetoo_native && \
@@ -51,8 +53,6 @@ check : allcheck
 			   $(CHECK_PARALLELISM),$(CHECK_PARALLELISM), at GMAKE_PARALLELISM@)" \
 			$(patsubst allcheck,check,$@)
 
-all: build unitcheck
-
 cross-build-toolset:
 	@. ./Env.Build.sh && \
 	cd cross_toolset && \


More information about the Libreoffice-commits mailing list