* commit '9e8b6c429d9d17d8251ae8aa15c6de2420732431': Allow to run checkbuild in sdk build.
This commit is contained in:
@@ -357,7 +357,7 @@ ifdef is_sdk_build
|
|||||||
sdk_repo_goal := $(strip $(filter sdk_repo,$(MAKECMDGOALS)))
|
sdk_repo_goal := $(strip $(filter sdk_repo,$(MAKECMDGOALS)))
|
||||||
MAKECMDGOALS := $(strip $(filter-out sdk_repo,$(MAKECMDGOALS)))
|
MAKECMDGOALS := $(strip $(filter-out sdk_repo,$(MAKECMDGOALS)))
|
||||||
|
|
||||||
ifneq ($(words $(filter-out $(INTERNAL_MODIFIER_TARGETS),$(MAKECMDGOALS))),1)
|
ifneq ($(words $(filter-out $(INTERNAL_MODIFIER_TARGETS) checkbuild,$(MAKECMDGOALS))),1)
|
||||||
$(error The 'sdk' target may not be specified with any other targets)
|
$(error The 'sdk' target may not be specified with any other targets)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user