build: Set 'all' as the default goal. Closes #1290
This commit is contained in:
parent
31b9bd5b33
commit
c9b14cc0dd
1 changed files with 2 additions and 0 deletions
|
@ -387,6 +387,8 @@ rustc-H-all: $(foreach host,$(CFG_TARGET_TRIPLES),rustc-H-$(host))
|
|||
# Entrypoint rule
|
||||
######################################################################
|
||||
|
||||
.DEFAULT_GOAL := all
|
||||
|
||||
ifneq ($(CFG_IN_TRANSITION),)
|
||||
|
||||
CFG_INFO := $(info cfg:)
|
||||
|
|
Loading…
Add table
Reference in a new issue