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

This commit is contained in:
Norbert Thiebaud 2011-09-28 15:54:44 -05:00
parent 41ebcaefd1
commit 422b71e32b

View file

@ -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 && \