mirror of
https://github.com/python/cpython.git
synced 2024-11-24 10:24:35 +08:00
Remove false statement about running make in the Modules directory.
This commit is contained in:
parent
e8f47bb93a
commit
ef67ded6c7
5
README
5
README
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user