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:
authorAndreia Gaita <avidigal@novell.com>2010-04-09 00:06:16 +0400
committerAndreia Gaita <avidigal@novell.com>2010-04-09 00:06:16 +0400
commitc4695a800c5fa71609ab27b2bd443a00c414c054 (patch)
tree532e82c8298124f7ce8895c030f1489f0964f703 /ChangeLog
parentd7d22b7442de18874f5a2bb03ef387d2adafe26d (diff)
* configure.in: Add an extra "only" option to --with-moonlight. This
will configure mono to only build moonlight-specific stuff and nothing else. --with-moonlight=yes now just adds the moon profile to the build * Makefile.am: Add moonlight-specific rules that only build what moon needs. These are called directly from moon, to do fast moon+mono+mcs builds * runtime/Makefile.am: Change the build rules to have a moonlight-only build configuration, as well as a normal build that optionally includes it svn path=/trunk/mono/; revision=155093
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d3fa79f9c38..81ce2effc21 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,18 @@
+2010-04-08 Andreia Gaita <avidigal@novell.com>
+
+ * configure.in: Add an extra "only" option to --with-moonlight. This
+ will configure mono to only build moonlight-specific stuff and
+ nothing else. --with-moonlight=yes now just adds the moon profile to
+ the build
+
+ * Makefile.am: Add moonlight-specific rules that only build what
+ moon needs. These are called directly from moon, to do fast
+ moon+mono+mcs builds
+
+ * runtime/Makefile.am: Change the build rules to have a moonlight-only
+ build configuration, as well as a normal build that optionally includes
+ it
+
2010-04-07 Raja R Harinath <harinath@hurrynot.org>
* runtime/Makefile.am ($(tmpinst)/bin/dmcs): Add.