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-18 16:07:45 +0400
committerRaja R Harinath <harinath@hurrynot.org>2004-06-18 16:07:45 +0400
commit5ebd13b632824688e3a5e907318643a29b5b9853 (patch)
tree904b5aa79ec55b226101229b39575c0a4dc56662 /ChangeLog
parent70e02042353da3bfca6c3092386856941bbce3eb (diff)
* runtime/Makefile.am ($(monoone_DATA) $(monotwo_DATA) $(monobins_DATA)):
Test if files exist in the mcs/ tree before creating symlinks. Remove symlinks before creating them again. * runtime/net_1_1/Makefile.am (mscorlib.dll $(gac_assemblies)): Likewise. * runtime/net_2_0/Makefile.am (mscorlib.dll $(gac_assemblies)): Likewise. Make real bug more explicit. svn path=/trunk/mono/; revision=29871
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 670195c204f..9b8c906f6ee 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2004-06-18 Raja R Harinath <rharinath@novell.com>
+ * runtime/Makefile.am ($(monoone_DATA) $(monotwo_DATA) $(monobins_DATA)):
+ Test if files exist in the mcs/ tree before creating symlinks.
+ Remove symlinks before creating them again.
+ * runtime/net_1_1/Makefile.am (mscorlib.dll $(gac_assemblies)): Likewise.
+ * runtime/net_2_0/Makefile.am (mscorlib.dll $(gac_assemblies)): Likewise.
+
+2004-06-18 Raja R Harinath <rharinath@novell.com>
+
* scripts/Makefile.am (REWRITE): New. Common rewriting 'sed' command.
(bin_SCRIPTS): Unify all the script generating rules into one.