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-11 16:03:28 +0400
committerRaja R Harinath <harinath@hurrynot.org>2004-06-11 16:03:28 +0400
commit30922fd1758a8f969125f69d02c12133167ec65f (patch)
tree6bd84b8d86f367006aa715e589ce618db264a76c /ChangeLog
parentb1d4529fd248873e65cf15f1e5dbefed6a60ac1f (diff)
Now 'make bootstrap && make install' should install signed assemblies.
(populate-runtime-subdir): New target. Does a controlled "make install" in the 'mcs/' directory to populate the 'runtime' directory. (fasterstrap): Use it. svn path=/trunk/mono/; revision=29335
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 853cb56f975..4da1ee0d149 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2004-06-11 Raja R Harinath <rharinath@novell.com>
+
+ * Makefile.am (populate-runtime-subdir): New target. Does a
+ controlled "make install" in the 'mcs/' directory to populate the
+ 'runtime' directory.
+ (fasterstrap): Use it.
+
2004-06-10 Raja R Harinath <rharinath@novell.com>
* runtime/Makefile.am ($(monoone_DATA),$(monotwo_DATA),$(monobins_DATA)):