mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-03 02:23:20 +00:00
build: Set 'all' as the default goal. Closes #1290
This commit is contained in:
parent
31b9bd5b33
commit
c9b14cc0dd
@ -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…
Reference in New Issue
Block a user