summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2011-09-28 15:54:44 -0500
committerNorbert Thiebaud <nthiebaud@gmail.com>2011-09-28 15:54:57 -0500
commit422b71e32bf0881cc643cee76b596f6031511829 (patch)
tree627d08382213b1f899e516f05313909b412d1a58 /Makefile.in
parent41ebcaefd132d15616b88a5fa3a3d3aec5b4c50a (diff)
target 'all' should be the first one to make it the default one.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index 9c4ebf9205cf..99d9af1c1f4a 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@EXEEXT_FOR_BUILD@ src.downloaded $(CROSS_TOOLSET_RULE)
@. ./Env.Host.sh && \
cd instsetoo_native && \
@@ -51,8 +53,6 @@ check : allcheck
$(CHECK_PARALLELISM),$(CHECK_PARALLELISM),@GMAKE_PARALLELISM@)" \
$(patsubst allcheck,check,$@)
-all: build unitcheck
-
cross-build-toolset:
@. ./Env.Build.sh && \
cd cross_toolset && \