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:
authorRaja R Harinath <harinath@hurrynot.org>2005-06-06 13:38:42 +0400
committerRaja R Harinath <harinath@hurrynot.org>2005-06-06 13:38:42 +0400
commit8a179e0ea7bc5dfc2ef0cd501284f238f7421cb6 (patch)
tree266264c96697fb3e568357566e46bdb2ff98a7a1 /mcs/errors/ChangeLog
parent6fd49bea9af97ae4c3a58373fc95b9763acb6f7c (diff)
In tools:
* Makefile (net_2_0_SUBDIRS): Add 'compiler-tester'. In tools/compiler-tester: * Makefile: Convert to use executable.make. * compiler-tester.exe.sources: New. In errors: * Makefile (run-mcs-tests): Update location of compiler-tester.exe. svn path=/trunk/mcs/; revision=45477
Diffstat (limited to 'mcs/errors/ChangeLog')
-rw-r--r--mcs/errors/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/mcs/errors/ChangeLog b/mcs/errors/ChangeLog
index 50b045a318a..fed1ff99c5e 100644
--- a/mcs/errors/ChangeLog
+++ b/mcs/errors/ChangeLog
@@ -1,3 +1,7 @@
+2005-06-06 Raja R Harinath <rharinath@novell.com>
+
+ * Makefile (run-mcs-tests): Update location of compiler-tester.exe.
+
2005-06-06 Marek Safar <marek.safar@seznam.cz>
* Makefile: Reflect tester changes.