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>2008-02-17 20:54:22 +0300
committerRaja R Harinath <harinath@hurrynot.org>2008-02-17 20:54:22 +0300
commit264c06c08365188f3afb4b77cde389d73b1d9e70 (patch)
tree754fe6cd7398ed08b83499ae5065721cb686eefb /mcs/ChangeLog
parent4216888bceaa873fc0e85d9496cced0cd81e49b8 (diff)
parentbcb97912fdc8ae1b92a127f46359e84622813339 (diff)
In .:
* Makefile (_boot_): Orchestrate the net_2_1 bootstrap. (net_2_1_bootstrap_SUBDIRS, net_2_1_raw_SUBDIRS): New. In build: * profiles/net_2_1_bootstrap.make: New. * profiles/net_2_1_raw.make: New. The untuned 2.1 profile. * profiles/net_2_1.make: New. The tuned 2.1 profile. * Makefile (PROFILES): Update. In class: * Makefile (net_3_5_dirs): Remove System.Xml.Linq, now that it's built in the 2.0 profile. In class/System: * Makefile (CYCLIC_DEPS): New macro. (CYCLIC_DEP_FILES): Use it to clean up handling of cyclic dependencies. * net_2_1_raw_System.dll.sources: Rename from net_2_1_System.dll.sources. * net_2_1_bootstrap_System.dll.sources: New. In class/corlib: * Makefile (LIBRARY_COMPILE) [net_2_1]: Remove special case. In errors: * Makefile: Enable testing net_2_1 profile. In mcs: * Makefile (GMCS_PROFILE): Remove. (COMPILER_NAME): New helper. In tests: * Makefile: Enable smcs testing. In tools: * Makefile (net_2_1_raw_SUBDIRS): New. In tools/compiler-tester: * Makefile [PROFILE=net_2_1]: Copy file from net_2_1_raw profile. * compiler-tester.cs: Work better with 'net_2_1' profiles. In tools/tuner: * Makefile: Improve. Update to new net_2_1 profiles. Specify more dependencies. Do work only when necessary. * Descriptors/smcs.xml: Add CompilerCallableEntryPoint. svn path=/trunk/mcs/; revision=95989
Diffstat (limited to 'mcs/ChangeLog')
-rw-r--r--mcs/ChangeLog9
1 files changed, 7 insertions, 2 deletions
diff --git a/mcs/ChangeLog b/mcs/ChangeLog
index cde34d1d288..b343023c135 100644
--- a/mcs/ChangeLog
+++ b/mcs/ChangeLog
@@ -1,10 +1,15 @@
+2008-02-17 Raja R Harinath <harinath@hurrynot.org>
+
+ * Makefile (_boot_): Orchestrate the net_2_1 bootstrap.
+ (net_2_1_bootstrap_SUBDIRS, net_2_1_raw_SUBDIRS): New.
+
2008-02-06 Zoltan Varga <vargaz@gmail.com>
* Makefile (dir-check): Hopefully fix make dist.
2008-02-05 Zoltan Varga <vargaz@gmail.com>
- * Makefile: Abort with an error message if make is typed directly in this
+ * Makefile: Abort with an error message if make is typed directly in this
directory, instead from the 'mono' directory.
2007-12-06 Atsushi Enomoto <atsushi@ximian.com>
@@ -15,7 +20,7 @@
2007-12-04 Marek Safar <marek.safar@gmail.com>
* Makefile: Added more tests.
-
+
2007-12-03 Marek Safar <marek.safar@gmail.com>
* Makefile: Added 3.5 profile, it probably not used here.