mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Add warning about dumb SGI make.
This commit is contained in:
parent
36f8e2d1db
commit
0078aaf950
1 changed files with 6 additions and 0 deletions
6
README
6
README
|
@ -289,6 +289,12 @@ Cray T3E: Konrad Hinsen writes:
|
|||
If you run the test suite, two tests will fail (rotate and binascii),
|
||||
but these are not the modules you'd expect to need on a Cray.
|
||||
|
||||
SGI: SGI's standard "make" utility (/bin/make or /usr/bin/make)
|
||||
does not check whether a command actually changed the file it
|
||||
is supposed to build. This means that whenever you say "make"
|
||||
it will redo the link step. The remedy is to use SGI's much
|
||||
smarter "smake " utility (/usr/bin/smake), or GNU make.
|
||||
|
||||
|
||||
Configuring additional built-in modules
|
||||
---------------------------------------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue