summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorNeil Schemenauer <nascheme@enme.ucalgary.ca>2001-01-26 22:18:55 +0000
committerNeil Schemenauer <nascheme@enme.ucalgary.ca>2001-01-26 22:18:55 +0000
commit73f8ab2e61cff44c5b979a960c9591e7f92862dc (patch)
tree86893469c408b336e53efff82dbc0afee4a76a7e /README
parent66012fe889db4ad88326f739f2e7cd7cb693f52a (diff)
downloadcpython-git-73f8ab2e61cff44c5b979a960c9591e7f92862dc.tar.gz
- Edit the QNX instructions to refer to Makefile, not Modules/Makefile.
- Setup is now copied from Setup.dist by configure.
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index 54b688e977..f15e78236e 100644
--- 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