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-11-08 12:25:30 +0300
committerRaja R Harinath <harinath@hurrynot.org>2004-11-08 12:25:30 +0300
commit24c15a5dd1af5a324ff0db179d31e2a62f38cb40 (patch)
tree9fb520eaf39893073ad8c544587fe250a7b20c13 /ChangeLog
parentf6a6ca4b9328c276fade68f32b1a3bdaeb54e54c (diff)
* configure.in (mcs_topdir, mcs_topdir_from_srcdir): New 'subst'ed
variables. Used to support both an in-tree mcs/ and a sibling mcs/ directory. * Makefile.am (mcs_topdir): Remove. (dist-hook): Distribute mcs/ as a subdirectory. * runtime/Makefile.am ($(monoone_DATA) $(monotwo_DATA) $(monobins_DATA)): Use mcs_topdir and mcs_topdir_from_srcdir. * runtime/net_1_1/Makefile.am (mscorlib.dll $(gac_assemblies) $(mdb_files)): Likewise. (all-local): Depend on $(mdb_files) too. * runtime/net_2_0/Makefile.am: Likewise. svn path=/trunk/mono/; revision=35821
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 751005bc574..7bc25401ca8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+2004-11-08 Raja R Harinath <rharinath@novell.com>
+
+ * configure.in (mcs_topdir, mcs_topdir_from_srcdir): New 'subst'ed
+ variables. Used to support both an in-tree mcs/ and a sibling
+ mcs/ directory.
+ * Makefile.am (mcs_topdir): Remove.
+ (dist-hook): Distribute mcs/ as a subdirectory.
+ * runtime/Makefile.am ($(monoone_DATA) $(monotwo_DATA) $(monobins_DATA)):
+ Use mcs_topdir and mcs_topdir_from_srcdir.
+ * runtime/net_1_1/Makefile.am (mscorlib.dll $(gac_assemblies) $(mdb_files)):
+ Likewise.
+ (all-local): Depend on $(mdb_files) too.
+ * runtime/net_2_0/Makefile.am: Likewise.
+
2004-11-05 Zoltan Varga <vargaz@freemail.hu>
* runtime/net_2_0/Makefile.am (install-data-local):