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-05-07 14:02:42 +0400
committerRaja R Harinath <harinath@hurrynot.org>2004-05-07 14:02:42 +0400
commit7d07cb3c6c1305f56b801c3c0ee3f74e1bee356f (patch)
treee55950247453f3aca3c8efcdf6640f9968fd8416 /mcs/class/System/ChangeLog
parent13c581d5cf00c17352eb9dd575d8826ae05303ea (diff)
(all-local) [SECOND_PASS]: Rewrite to use 'make' itself
to determine out-of-date-ness. (This fixes an unlogged change.) (install-local,test-local,run-test-local,clean-local): Collapse near-identical rules. svn path=/trunk/mcs/; revision=26891
Diffstat (limited to 'mcs/class/System/ChangeLog')
-rw-r--r--mcs/class/System/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/mcs/class/System/ChangeLog b/mcs/class/System/ChangeLog
index 5b1216a9722..dddcc422d84 100644
--- a/mcs/class/System/ChangeLog
+++ b/mcs/class/System/ChangeLog
@@ -1,5 +1,12 @@
2004-05-07 Raja R Harinath <rharinath@novell.com>
+ * Makefile (all-local) [SECOND_PASS]: Rewrite to use 'make' itself
+ to determine out-of-date-ness. (This fixes an unlogged change.)
+ (install-local,test-local,run-test-local,clean-local): Collapse
+ near-identical rules.
+
+2004-05-07 Raja R Harinath <rharinath@novell.com>
+
* Makefile (all-local): Built first pass with BOOT_COMPILE.
2004-04-26 Jackson Harper <jackson@ximian.com>