Kaydet (Commit) c0d26723 authored tarafından Bjoern Michaelsen's avatar Bjoern Michaelsen

do not loop

üst 1dcb62fe
......@@ -35,18 +35,21 @@ gb_FULLDEPS=
clean: clean-host clean-build
subsequentcheck: dev-install
@$(MAKE) -f $(realpath $(firstword $(MAKEFILE_LIST))) $@ gb_PARTIALBUILD=
subsequentcheck: smoketestoo_native
@$(MAKE) -f $(realpath $(firstword $(MAKEFILE_LIST))) $@ gb_PARTIALBUILD=T
unitcheck: dev-install
@$(MAKE) -f $(realpath $(firstword $(MAKEFILE_LIST))) $@ gb_PARTIALBUILD=
# instsetoo_native via build.pl already runs unittests
unitcheck: instsetoo_native
@true
all:
gb_MAKETARGET=all
# if we have only build as target use build instead of all
ifneq ($(strip $(MAKECMDGOALS)),)
ifeq ($(filter-out build,$(MAKECMDGOALS)),)
gb_MAKETARGET=build
else
gb_MAKETARGET=all
endif
endif
define gb_BuildplTarget_command
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment