Skip to content

Commit 9ac2948

Browse files
committed
Be a bit noisier about being in a transition.
1 parent d577f5b commit 9ac2948

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Makefile.in

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,8 +169,10 @@ LLVM_AS := $(CFG_LLVM_BINDIR)/llvm-as
169169

170170
ifneq ($(CFG_IN_TRANSITION),)
171171

172+
CFG_INFO := $(info cfg:)
172173
CFG_INFO := $(info cfg: *** compiler is in snapshot transition ***)
173174
CFG_INFO := $(info cfg: *** stage2 and later will not be built ***)
175+
CFG_INFO := $(info cfg:)
174176

175177
all: rt/$(CFG_RUNTIME) \
176178
rustllvm/$(CFG_RUSTLLVM) \

0 commit comments

Comments
 (0)