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>2008-10-31 07:37:04 +0300
committerJonathan Pryor <jpryor@novell.com>2008-10-31 07:37:04 +0300
commit12a276254711ec3edf2a5503e0871cb718a2eb78 (patch)
tree39685a800b122824db5063f473275ff0fb115255 /docs/ChangeLog
parent2e8222b322b542a71f38ccf500bf83e7ea42a40a (diff)
parent9530c5256847039bb3af8aa7e5cb10d4ea5f5051 (diff)
* check, Makefile.am (EXTRA_DIST): Rename to check-exports. This was
needed to fix `make distdir...`, because (1) with a file named `check` which (2) was listed in $(EXTRA_DIST), while (3) `check` is ALSO a .PHONY target, this caused make to look for the `check` file, not find it due to (3), and then proceed to try to build convert.exe from convert.cs...for reasons I don't care about. This obviously can't work during `make distdir`, as mcs hasn't been built yet, thus leading to pain, suffering, and a broken build. svn path=/trunk/mono/; revision=117537
Diffstat (limited to 'docs/ChangeLog')
-rw-r--r--docs/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/ChangeLog b/docs/ChangeLog
index e5460ca3a37..f0536ea441f 100644
--- a/docs/ChangeLog
+++ b/docs/ChangeLog
@@ -1,3 +1,14 @@
+2008-10-31 Jonathan Pryor <jpryor@novell.com>
+
+ * check, Makefile.am (EXTRA_DIST): Rename to check-exports. This was
+ needed to fix `make distdir...`, because (1) with a file named
+ `check` which (2) was listed in $(EXTRA_DIST), while (3) `check` is
+ ALSO a .PHONY target, this caused make to look for the `check` file,
+ not find it due to (3), and then proceed to try to build convert.exe
+ from convert.cs...for reasons I don't care about. This obviously
+ can't work during `make distdir`, as mcs hasn't been built yet, thus
+ leading to pain, suffering, and a broken build.
+
2008-10-30 Jonathan Pryor <jpryor@novell.com>
* . (svn:ignore), deploy (svn:ignore): Ignore generated files.