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
path: root/docs
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
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')
-rw-r--r--docs/ChangeLog11
-rw-r--r--docs/Makefile.am2
-rw-r--r--docs/check-exports (renamed from docs/check)0
3 files changed, 12 insertions, 1 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.
diff --git a/docs/Makefile.am b/docs/Makefile.am
index 40796e41168..63f9bfe1f35 100644
--- a/docs/Makefile.am
+++ b/docs/Makefile.am
@@ -13,7 +13,7 @@ EXTRA_DIST = \
aot-compiler.txt \
api-style.css \
assembly-bundle \
- check \
+ check-exports \
check-coverage \
convert.cs \
current-api \
diff --git a/docs/check b/docs/check-exports
index 549a0d4ae5e..549a0d4ae5e 100644
--- a/docs/check
+++ b/docs/check-exports