[build] Print CSC when compiling with roslyn
authorAlexander Köplinger <alex.koeplinger@outlook.com>
Mon, 12 Dec 2016 19:45:39 +0000 (20:45 +0100)
committerAlexander Köplinger <alex.koeplinger@outlook.com>
Mon, 12 Dec 2016 19:46:30 +0000 (20:46 +0100)
Reduces confusion about why the log contains lines starting with MCS
even when using roslyn.

mcs/build/rules.make

index d37af9cf184f63e2d777fb709feee1ba221a27c4..3f58bcc3c2cac62e3e8901c42eaa3051a39b0a91 100644 (file)
@@ -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