am 3d48d9c3
: Allow to run checkbuild in sdk build.
* commit '3d48d9c36b2d2cd696d3ee2656939e77ca5ba950': 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