target 'all' should be the first one to make it the default one.
This commit is contained in:
parent
41ebcaefd1
commit
422b71e32b
1 changed files with 2 additions and 2 deletions
|
@ -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 && \
|
||||
|
|
Loading…
Reference in a new issue