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 12:14:21 +0400
committerRaja R Harinath <harinath@hurrynot.org>2004-06-10 12:14:21 +0400
commit292144245e4847cf194271b448deccfd9a28fc1a (patch)
tree85dc5832bcf78d35d9e9683e1130f28ae8c4472e /ChangeLog
parent911f16aefc649a765967e845654a5948058c8d58 (diff)
* runtime/Makefile.am ($(monoone_DATA),$(monotwo_DATA),$(monobins_DATA)):
Don't copy from prefix. Use $(LN_S) to point to the mcs/ tree. * runtime/net_1_1/Makefile.am (mscorlib.dll,$(gac_assemblies)): Use $(LN_S) to point to the mcs/ tree, rather than copying. * runtime/net_2_0/Makefile.am (mscorlib.dll,$(gac_assemblies)): Likewise. svn path=/trunk/mono/; revision=29171
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index cf25d99d371..853cb56f975 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2004-06-10 Raja R Harinath <rharinath@novell.com>
+ * runtime/Makefile.am ($(monoone_DATA),$(monotwo_DATA),$(monobins_DATA)):
+ Don't copy from prefix. Use $(LN_S) to point to the mcs/ tree.
+ * runtime/net_1_1/Makefile.am (mscorlib.dll,$(gac_assemblies)):
+ Use $(LN_S) to point to the mcs/ tree, rather than copying.
+ * runtime/net_2_0/Makefile.am (mscorlib.dll,$(gac_assemblies)): Likewise.
+
+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.