mk: Clean up conditions for including dist.mk
This commit is contained in:
parent
3496e93d13
commit
5d88a4a76c
1 changed files with 0 additions and 3 deletions
|
@ -200,9 +200,6 @@ include $(CFG_SRC_DIR)mk/llvm.mk
|
|||
|
||||
# Source and binary distribution artifacts
|
||||
ifneq ($(strip $(findstring dist,$(MAKECMDGOALS)) \
|
||||
$(findstring check,$(MAKECMDGOALS)) \
|
||||
$(findstring test,$(MAKECMDGOALS)) \
|
||||
$(findstring tidy,$(MAKECMDGOALS)) \
|
||||
$(findstring clean,$(MAKECMDGOALS))),)
|
||||
CFG_INFO := $(info cfg: including dist rules)
|
||||
include $(CFG_SRC_DIR)mk/dist.mk
|
||||
|
|
Loading…
Add table
Reference in a new issue