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:
authorJonathan Pryor <jpryor@novell.com>2005-01-04 00:29:34 +0300
committerJonathan Pryor <jpryor@novell.com>2005-01-04 00:29:34 +0300
commitad62b1cc3400ec7b85464374baaaf4ff0c93b42b (patch)
tree8248c1364ab6f962961145337397c20ff98f4fca /ChangeLog
parent0363c778a7ab0c9759727f19abf56f04a7a7c9fc (diff)
* Makefile.am: Change build order so that support is built before runtime.
This is primarily so that I don't have to wait N hours for mcs to finish building to find out if I broke the sparc build (again). svn path=/trunk/mono/; revision=38292
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ed1bbb761cd..f376404ea21 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2005-01-03 Jonathan Pryor <jonpryor@vt.edu>
+ * Makefile.am: Change build order so that support is built before runtime.
+ This is primarily so that I don't have to wait N hours for mcs to finish
+ building to find out if I broke the sparc build (again).
+
+2005-01-03 Jonathan Pryor <jonpryor@vt.edu>
+
* configure.in: Add checks for getdomainname and setdomainname.
2005-01-03 Jonathan Pryor <jonpryor@vt.edu>