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-23 13:57:35 +0300
committerRaja R Harinath <harinath@hurrynot.org>2004-11-23 13:57:35 +0300
commit12abd22382a1c2c5a28e8c3e6f5649b19664a7eb (patch)
tree395f77a0eff9c33b2449c9e5a19b423bedf5d5d2 /ChangeLog
parenta5ecc4ae370ee5cfa383e72682db66a4c8eafc28 (diff)
Simplify 'make all' build.
* configure.in (mono_build_root, mono_runtime, mono_cfg_dir): New AC_SUBSTed variables. (runtime/mono-wrapper): New generated file. (runtime/etc/mono/1.0/machine.config, runtime/etc/mono/2.0/machine.config): New symlinks. (AC_OUTPUT): Don't mention runtime/net_1_1 and runtime/net_2_0. * Makefile.am (SUBDIRS): Remove '.'. (tmpinst): Remove. (get-monolite-latest): Update. (populate-runtime-subdirs): Remove. (all-local, check-local): Move rules related to building in the mcs/ tree ... * runtime/Makefile.am: ... here. Completely re-write file. (install-exec-local): Transfer ownership of installing .exes and .dlls to the Makefiles in the mcs/ tree. (_tmpinst): Use tmpinst tree only during testing. (SUBDIRS): Remove. * runtime/mono-wrapper.in: New. Template for generated file. * runtime/net_1_1/Makefile.am, runtime/net_2_0/Makefile.am: Remove. * mono/mini/Makefile.am (MCS,ILASM): Don't refer to runtime/ directory. Refer directly to the mcs/ tree. * mono/tests/Makefile.am (CSC,ILASM): Likewise. svn path=/trunk/mono/; revision=36432
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog22
1 files changed, 22 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8d0eb416244..3641b706011 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,25 @@
+2004-11-23 Raja R Harinath <rharinath@novell.com>
+
+ Simplify 'make all' build.
+ * configure.in (mono_build_root, mono_runtime, mono_cfg_dir):
+ New AC_SUBSTed variables.
+ (runtime/mono-wrapper): New generated file.
+ (runtime/etc/mono/1.0/machine.config, runtime/etc/mono/2.0/machine.config):
+ New symlinks.
+ (AC_OUTPUT): Don't mention runtime/net_1_1 and runtime/net_2_0.
+ * Makefile.am (SUBDIRS): Remove '.'.
+ (tmpinst): Remove.
+ (get-monolite-latest): Update.
+ (populate-runtime-subdirs): Remove.
+ (all-local, check-local): Move rules related to building in the mcs/ tree ...
+ * runtime/Makefile.am: ... here. Completely re-write file.
+ (install-exec-local): Transfer ownership of installing .exes and
+ .dlls to the Makefiles in the mcs/ tree.
+ (_tmpinst): Use tmpinst tree only during testing.
+ (SUBDIRS): Remove.
+ * runtime/mono-wrapper.in: New. Template for generated file.
+ * runtime/net_1_1/Makefile.am, runtime/net_2_0/Makefile.am: Remove.
+
2004-11-22 Raja R Harinath <rharinath@novell.com>
* Makefile.am (bootstrap): Add a transitional target.