Commit 2432c1ab authored by Manoj Kasichainula's avatar Manoj Kasichainula
Browse files

Submitted by: Joe Moenich <moenich@us.ibm.com>

Reviewed by:	Manoj Kasichainula <manojk@raleigh.ibm.com>
Various TPF tweaks, simplifying installation, etc.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@82606 13f79535-47bb-0310-9956-ffa450edef68
parent 3799a132
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -101,12 +101,6 @@ are case sensitive, and must be made from the "src" directory.
        document lists the modules that have been tested on TPF.
    </ol>
    <br>
<li>Overlay src/Makefile.tmpl with src/Makefile.tpf:
    <tt><strong>cp&nbsp;Makefile.tpf&nbsp;Makefile.tmpl</strong></tt>
    <br><br>
<li>Overlay src/main/Makefile.tmpl with src/main/Makefile.tpf:
    <tt><strong>cp&nbsp;main/Makefile.tpf&nbsp;main/Makefile.tmpl</strong></tt>
    <br><br>
<li>Set the TPF environment variables:
    <tt><strong>.&nbsp;os/tpf/TPFExport</strong></tt>
    <br>
+0 −15
Original line number Diff line number Diff line
@@ -49,21 +49,6 @@
   </ul>
</p>

<a name="auto_generated_files">&nbsp;</a>
<h2 align=center>Automatically Generated Files</h2>
<p>
   Some files that are automatically generated by Makefile on other platforms
   are included in the src/os/tpf directory...
   <ul>
   <li>test_char.h
   <li>uri_delims.h
   </ul>

   These files could not be automatically created for TPF because the
   Makefile platform is not the same as the run-time platform.
   (That is, you don't run Makefile on TPF itself.)
</p>

<a name="whats_available">&nbsp;</a>
<h2 align=center>What's Available in this Version</h2>