diff options
author | Christopher Faylor <me@cgf.cx> | 2007-08-12 19:45:45 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2007-08-12 19:45:45 +0000 |
commit | 8b6f3d4c8602752d48f70397986c88b6b9ff5619 (patch) | |
tree | cd7a63bdf3cc9c9bffee68b1ae09b2a67cf9e90a /winsup/doc/faq-programming.xml | |
parent | e30c67e6cce2172402719a595549779ee1ac49e0 (diff) | |
download | cygnal-8b6f3d4c8602752d48f70397986c88b6b9ff5619.tar.gz cygnal-8b6f3d4c8602752d48f70397986c88b6b9ff5619.tar.bz2 cygnal-8b6f3d4c8602752d48f70397986c88b6b9ff5619.zip |
* faq-programming.xml: Clarify where to run "make check".
Diffstat (limited to 'winsup/doc/faq-programming.xml')
-rw-r--r-- | winsup/doc/faq-programming.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/winsup/doc/faq-programming.xml b/winsup/doc/faq-programming.xml index 19f847fe8..5cd7e3b70 100644 --- a/winsup/doc/faq-programming.xml +++ b/winsup/doc/faq-programming.xml @@ -468,8 +468,9 @@ cd build make install > install.log 2>&1 </screen> -<para>To check a cygwin1.dll, run "make check" in the winsup/testsuite -directory. If that works, install everything <emphasis>except</emphasis> the dll (if +<para>To check a cygwin1.dll, run "make check" in the build/i?86*cygwin/winsup +directory created after running make above. +If that works, install everything <emphasis>except</emphasis> the dll (if you can). Then, close down all cygwin programs (including bash windows, inetd, etc.), save your old dll, and copy the new dll to the correct place. Then start up a bash window, or run a cygwin program from the |