Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Daniel Franklin <joshuadfranklin@yahoo.com>2006-01-28 05:12:32 +0300
committerJoshua Daniel Franklin <joshuadfranklin@yahoo.com>2006-01-28 05:12:32 +0300
commitacfdfc9ffb5d1fb3470155869f470002ff8cbc90 (patch)
tree7c40ad4bf2df39b1e9465319331a078b653bf792 /winsup/doc
parent9e5f45ed6fe599c1e7e0f640c8e63936ebaa6d55 (diff)
Move cocom to the build requirements.
Diffstat (limited to 'winsup/doc')
-rw-r--r--winsup/doc/ChangeLog5
-rw-r--r--winsup/doc/faq-programming.xml4
2 files changed, 7 insertions, 2 deletions
diff --git a/winsup/doc/ChangeLog b/winsup/doc/ChangeLog
index 06250aba0..7cc66a1e8 100644
--- a/winsup/doc/ChangeLog
+++ b/winsup/doc/ChangeLog
@@ -1,3 +1,8 @@
+2006-01-27 Joshua Daniel Franklin <joshuadfranklin@yahoo.com>
+
+ * faq-programming.xml (faq.programming.building-cygwin):
+ Move cocom to the build requirements.
+
2006-01-26 Joshua Daniel Franklin <joshuadfranklin@yahoo.com>
* faq-programming.xml (faq.programming.building-cygwin):
diff --git a/winsup/doc/faq-programming.xml b/winsup/doc/faq-programming.xml
index d4035a5ad..04c1f5185 100644
--- a/winsup/doc/faq-programming.xml
+++ b/winsup/doc/faq-programming.xml
@@ -438,8 +438,8 @@ rewriting the runtime library in question from specs...
<para>First, you need to make sure you have the necessary build tools
installed; you at least need <literal>gcc</literal>, <literal>make</literal>,
-and <literal>perl</literal>. If you want to run the tests,
-<literal>cocom</literal> and <literal>dejagnu</literal> are also required,
+<literal>perl</literal>, and <literal>cocom</literal>. If you want to run
+the tests, <literal>dejagnu</literal> is also required,
and you need to have <literal>CYGWIN=server</literal> set as described at
<ulink url="http://www.cygwin.com/cygwin-ug-net/using-cygserver.html" />.
Normally, building ignores any errors in building the documentation,