Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mcs/build/library.make')
-rw-r--r--mcs/build/library.make3
1 files changed, 2 insertions, 1 deletions
diff --git a/mcs/build/library.make b/mcs/build/library.make
index db0c6825ee3..c1fd6436c5c 100644
--- a/mcs/build/library.make
+++ b/mcs/build/library.make
@@ -87,7 +87,8 @@ $(makefrag): $(sourcefile)
ifdef PLATFORM_CHANGE_SEPARATOR_CMD
$(response): $(sourcefile)
- cat $< |$(PLATFORM_CHANGE_SEPARATOR_CMD) >$@
+ @echo Creating $@ ...
+ @cat $< |$(PLATFORM_CHANGE_SEPARATOR_CMD) >$@
endif
-include $(makefrag)