Be a bit noisier about being in a transition.

This commit is contained in:
Graydon Hoare 2011-05-16 15:14:58 -07:00
parent d577f5bdf9
commit 9ac29480ce

View file

@ -169,8 +169,10 @@ LLVM_AS := $(CFG_LLVM_BINDIR)/llvm-as
ifneq ($(CFG_IN_TRANSITION),)
CFG_INFO := $(info cfg:)
CFG_INFO := $(info cfg: *** compiler is in snapshot transition ***)
CFG_INFO := $(info cfg: *** stage2 and later will not be built ***)
CFG_INFO := $(info cfg:)
all: rt/$(CFG_RUNTIME) \
rustllvm/$(CFG_RUSTLLVM) \