]> granicus.if.org Git - python/commitdiff
delete reference to defunct Misc/HPUX-NOTES. Adjust reference for BeOS
authorSkip Montanaro <skip@pobox.com>
Mon, 6 Jan 2003 17:23:37 +0000 (17:23 +0000)
committerSkip Montanaro <skip@pobox.com>
Mon, 6 Jan 2003 17:23:37 +0000 (17:23 +0000)
notes.

README

diff --git a/README b/README
index 47925ecee175453298e1469a2dc7a46916977b4b..9a7708eedfbf30c5f6ce0163834e4f8edad1d106 100644 (file)
--- a/README
+++ b/README
@@ -344,8 +344,7 @@ AIX:        A complete overhaul of the shared library support is now in
        like "cc_r".  For full C++ module support, set CC="xlC_r" (or
        CC="xlC" without thread support).
 
-HP-UX: Please read the file Misc/HPUX-NOTES for shared libraries.
-       When using threading, you may have to add -D_REENTRANT to the
+HP-UX: When using threading, you may have to add -D_REENTRANT to the
        OPT variable in the top-level Makefile; reported by Pat Knight,
        this seems to make a difference (at least for HP-UX 10.20)
        even though pyconfig.h defines it.
@@ -419,10 +418,10 @@ QNX:      Chris Herborth (chrish@qnx.com) writes:
        little tight.  To increase the stack size, edit the Makefile
        to read: LDFLAGS = -N 48k
 
-BeOS:  Chris Herborth (chrish@qnx.com) writes:
-       See BeOS/README for notes about compiling/installing Python on
-       BeOS R3 or later.  Note that only the PowerPC platform is
-       supported for R3; both PowerPC and x86 are supported for R4.
+BeOS:  See Misc/BeOS-NOTES for notes about compiling/installing
+       Python on BeOS R3 or later.  Note that only the PowerPC
+       platform is supported for R3; both PowerPC and x86 are
+       supported for R4.
 
 Cray T3E: Mark Hadfield (m.hadfield@niwa.co.nz) writes:
        Python can be built satisfactorily on a Cray T3E but based on