From e31a8ef27c68b0f0e1b0f82ca3842a45248e523b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Alexander=20K=C3=B6plinger?= Date: Mon, 12 Dec 2016 20:45:39 +0100 Subject: [PATCH] [build] Print CSC when compiling with roslyn Reduces confusion about why the log contains lines starting with MCS even when using roslyn. --- mcs/build/rules.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mcs/build/rules.make b/mcs/build/rules.make index d37af9cf184..3f58bcc3c2c 100644 --- a/mcs/build/rules.make +++ b/mcs/build/rules.make @@ -22,7 +22,7 @@ VERSION = 0.93 Q=$(if $(V),,@) # echo -e "\\t" does not work on some systems, so use 5 spaces -Q_MCS=$(if $(V),,@echo "MCS [$(intermediate)$(PROFILE)] $(notdir $(@))";) +Q_MCS=$(if $(V),,@echo "$(if $(MCS_MODE),MCS,CSC) [$(intermediate)$(PROFILE)] $(notdir $(@))";) Q_AOT=$(if $(V),,@echo "AOT [$(intermediate)$(PROFILE)] $(notdir $(@))";) ifndef BUILD_TOOLS_PROFILE -- 2.25.1