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-11-21 12:03:18 +0300
committerRaja R Harinath <harinath@hurrynot.org>2005-11-21 12:03:18 +0300
commit779c05558c5996a7e055b528cfddb8dfaf63ef18 (patch)
treeb18fafb517a58bd9171fca9784ac39930da3f05b /mcs/ChangeLog
parenteff3d7cff692195d9a9c5401f63fc81034721cb2 (diff)
* Makefile (net_2_0_bootstrap_SUBDIRS): Add ilasm.
(net_2_0_SUBDIRS): Likewise. * class/Makefile (net_2_0_bootstrap_SUBDIRS): Add PEAPI. (net_1_1_java_SUBDIRS): New. Don't use 'ifeq ($(PROFILE))' to define SUBDIRS. * class/Microsoft.VisualBasic/Makefile (bootstrap_profile): New. Defines the bootstrap profile associated with the current profile. (ilasm, ILASM): Use it. ($(the_il)): Don't be too eager to delete temporary files. svn path=/trunk/mcs/; revision=53298
Diffstat (limited to 'mcs/ChangeLog')
-rw-r--r--mcs/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/mcs/ChangeLog b/mcs/ChangeLog
index e3a36a1ae6a..3dc3daad212 100644
--- a/mcs/ChangeLog
+++ b/mcs/ChangeLog
@@ -1,3 +1,8 @@
+2005-11-21 Raja R Harinath <rharinath@novell.com>
+
+ * Makefile (net_2_0_bootstrap_SUBDIRS): Add ilasm.
+ (net_2_0_SUBDIRS): Likewise.
+
2005-09-22 Raja R Harinath <rharinath@novell.com>
* Makefile (basic_SUBDIRS, net_1_1_bootstrap_SUBDIRS)