From 9ac29480cec8e9373d5ac3a1454c3a54a239f373 Mon Sep 17 00:00:00 2001
From: Graydon Hoare <graydon@mozilla.com>
Date: Mon, 16 May 2011 15:14:58 -0700
Subject: [PATCH] Be a bit noisier about being in a transition.

---
 Makefile.in | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Makefile.in b/Makefile.in
index d00aa30f9da..d9cef59d41b 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -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)   \