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>2004-06-10 10:56:33 +0400
committerRaja R Harinath <harinath@hurrynot.org>2004-06-10 10:56:33 +0400
commit29244a261b9ef1e29ee05a2b235f879f22e695dc (patch)
treef38534c8ed6e00cd4e83104cc455f9c06a4d13e5 /ChangeLog
parentf67f33e1724a67fa4b0133e9ea2b17ded69430b1 (diff)
Support the new assembly signing setup in mcs/.
* Makefile.am (mcs-do-basic-build): Pass 'USE_BOOT_COMPILE' to sub-makes. ($(tmpinst)/etc/mono/machine.config): New target. (tmpinst-dir.stamp): Remove and rewrite into ... ($(tmpinst)/bin/mcs): ... this and ... ($(tmpinst)/bin/mono): ... this. Update to use the in-tree machine.config. (tmpinst-dir): Rewrite to invoke above $(tmpinst)/... targets directly. * configure.in (AC_PROG_LN_S): New check to define $(LN_S). svn path=/trunk/mono/; revision=29168
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 11 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 31448700094..cf25d99d371 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,14 @@
-
+2004-06-10 Raja R Harinath <rharinath@novell.com>
+
+ Support the new assembly signing setup in mcs/.
+ * Makefile.am (mcs-do-basic-build): Pass 'USE_BOOT_COMPILE' to sub-makes.
+ ($(tmpinst)/etc/mono/machine.config): New target.
+ (tmpinst-dir.stamp): Remove and rewrite into ...
+ ($(tmpinst)/bin/mcs): ... this and ...
+ ($(tmpinst)/bin/mono): ... this. Update to use the in-tree machine.config.
+ (tmpinst-dir): Rewrite to invoke above $(tmpinst)/... targets directly.
+ * configure.in (AC_PROG_LN_S): New check to define $(LN_S).
+
Thu Jun 3 14:39:17 CEST 2004 Paolo Molaro <lupus@ximian.com>
* configure.in: libc setting for NetBSD (patch from recht@netbsd.org).