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
path: root/mcs/build
diff options
context:
space:
mode:
authorAtsushi Eno <atsushieno@gmail.com>2008-11-28 10:22:50 +0300
committerAtsushi Eno <atsushieno@gmail.com>2008-11-28 10:22:50 +0300
commited67562a8ce51e84e1d387e3f162b2833a58e221 (patch)
tree793f43ea78cf5e2eaedd08a7504769137c5fffba /mcs/build
parent1d3665ad8d71c1d35669b03efb286ff40b4012ae (diff)
2008-11-28 Atsushi Enomoto <atsushi@ximian.com>
* Makefile : ugh, ok another dist pain. svn path=/trunk/mcs/; revision=120209
Diffstat (limited to 'mcs/build')
-rw-r--r--mcs/build/ChangeLog4
-rw-r--r--mcs/build/Makefile1
2 files changed, 5 insertions, 0 deletions
diff --git a/mcs/build/ChangeLog b/mcs/build/ChangeLog
index bbe2c5de575..64aedfb98a6 100644
--- a/mcs/build/ChangeLog
+++ b/mcs/build/ChangeLog
@@ -1,5 +1,9 @@
2008-11-28 Atsushi Enomoto <atsushi@ximian.com>
+ * Makefile : ugh, ok another dist pain.
+
+2008-11-28 Atsushi Enomoto <atsushi@ximian.com>
+
* nunit-summary.xsl : copied from nunit resource (summary.xslt)
* library.make : put transformation result from TestResult-*.xml
into TestResult-*.log as we used to do.
diff --git a/mcs/build/Makefile b/mcs/build/Makefile
index 46b6d086400..545aea2cad6 100644
--- a/mcs/build/Makefile
+++ b/mcs/build/Makefile
@@ -41,6 +41,7 @@ DISTFILES = \
corcompare-api.xsl \
executable.make \
library.make \
+ nunit-summary.xsl \
rules.make \
$(COMMON_SRCS:%=common/%) \
$(PLATFORMS:%=platforms/%.make) $(PROFILES:%=profiles/%.make)