We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3496e93 commit 5d88a4aCopy full SHA for 5d88a4a
Makefile.in
@@ -200,9 +200,6 @@ include $(CFG_SRC_DIR)mk/llvm.mk
200
201
# Source and binary distribution artifacts
202
ifneq ($(strip $(findstring dist,$(MAKECMDGOALS)) \
203
- $(findstring check,$(MAKECMDGOALS)) \
204
- $(findstring test,$(MAKECMDGOALS)) \
205
- $(findstring tidy,$(MAKECMDGOALS)) \
206
$(findstring clean,$(MAKECMDGOALS))),)
207
CFG_INFO := $(info cfg: including dist rules)
208
include $(CFG_SRC_DIR)mk/dist.mk
0 commit comments