build: Set 'all' as the default goal. Closes #1290

This commit is contained in:
Brian Anderson 2011-12-13 12:02:17 -08:00
parent 31b9bd5b33
commit c9b14cc0dd
1 changed files with 2 additions and 0 deletions

View File

@ -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:)