]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
- Edit the QNX instructions to refer to Makefile, not Modules/Makefile.
authorNeil Schemenauer <nascheme@enme.ucalgary.ca>
Fri, 26 Jan 2001 22:18:55 +0000 (22:18 +0000)
committerNeil Schemenauer <nascheme@enme.ucalgary.ca>
Fri, 26 Jan 2001 22:18:55 +0000 (22:18 +0000)
- Setup is now copied from Setup.dist by configure.

README

diff --git a/README b/README
index 54b688e97749fd61921407f8f9346a354e3d682f..f15e78236eb42402a8c3d2774a59064f4b9f43ba 100644 (file)
--- a/README
+++ b/README
@@ -337,7 +337,7 @@ QNX:        Chris Herborth (chrish@qnx.com) writes:
        I've only run small programs and the test cases), you're
        probably running out of stack; the default 32k could be a
        little tight.  To increase the stack size, edit the Makefile
-       in the Modules directory to read: LDFLAGS = -N 48k
+       to read: LDFLAGS = -N 48k
 
 BeOS:  Chris Herborth (chrish@qnx.com) writes:
        See BeOS/README for notes about compiling/installing Python on
@@ -694,7 +694,7 @@ directory and you want to build in /usr/tmp/python):
        [...]
        $
 
-Note that Modules/Makefile copies the original Setup file to the build
+Note that configure copies the original Setup file to the build
 directory if it finds no Setup file there.  This means that you can
 edit the Setup file for each architecture independently.  For this
 reason, subsequent changes to the original Setup file are not tracked