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-09-27 13:54:29 +0400
committerRaja R Harinath <harinath@hurrynot.org>2005-09-27 13:54:29 +0400
commit7e2cbb2e570c89a7ab1d79d1a3f0cad8e49c3cb6 (patch)
tree6ca19d4ea962f1c2e327f2d75c807c0228c6bd7b /ChangeLog
parentf6eb9cb62509f3556cf1fa54c854f79f727b8876 (diff)
* configure.in (BUILD_MCS): New automake conditional. Used to
disable building the mcs/ tree if cross-compiling. ($mcsdir/build/config.make): Don't clobber if we're cross-compiling. * runtime/Makefile.am (all-local, install, uninstall, clean-local): Disable building in the mcs/ tree if !BUILD_MCS. svn path=/trunk/mono/; revision=50834
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 16a731f2287..6a77594d175 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2005-09-27 Raja R Harinath <rharinath@novell.com>
+
+ * configure.in (BUILD_MCS): New automake conditional. Used to
+ disable building the mcs/ tree if cross-compiling.
+ ($mcsdir/build/config.make): Don't clobber if we're cross-compiling.
+ * runtime/Makefile.am (all-local, install, uninstall, clean-local):
+ Disable building in the mcs/ tree if !BUILD_MCS.
+
2005-09-22 Raja R Harinath <rharinath@novell.com>
* configure.in (MONO_VERSION): Emit it into config.make. Don't