diff options
author | Guido van Rossum <guido@python.org> | 2001-10-05 17:04:42 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 2001-10-05 17:04:42 (GMT) |
commit | ef67ded6c739f1c1af0cfbfdbed73a2bec79a50a (patch) | |
tree | e36cd4c3d600ffa507b8a9fadc491bd7c308a9df /README | |
parent | e8f47bb93a473c42218f31213d01afd056a8159e (diff) | |
download | cpython-ef67ded6c739f1c1af0cfbfdbed73a2bec79a50a.zip cpython-ef67ded6c739f1c1af0cfbfdbed73a2bec79a50a.tar.gz cpython-ef67ded6c739f1c1af0cfbfdbed73a2bec79a50a.tar.bz2 |
Remove false statement about running make in the Modules directory.
Diffstat (limited to 'README')
-rw-r--r-- | README | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -519,9 +519,8 @@ yourself (configure will never overwrite it). Never edit Setup.dist -- always edit Setup or Setup.local (see below). Read the comments in the file for information on what kind of edits are allowed. When you have edited Setup in the Modules directory, the interpreter will -automatically be rebuilt the next time you run make in the toplevel -directory. (When working inside the Modules directory, use "make -Makefile; make".) +automatically be rebuilt the next time you run make (in the toplevel +directory). Many useful modules can be built on any Unix system, but some optional modules can't be reliably autodetected. Often the quickest way to |