diff options
author | Guido van Rossum <guido@python.org> | 1997-08-21 03:05:11 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1997-08-21 03:05:11 (GMT) |
commit | 0078aaf950671ef5d1caf7374b49de96e0f37244 (patch) | |
tree | 631df0954b937f87f191be8428ef7b5acde1f92f /README | |
parent | 36f8e2d1dbaa9a1c4c4f4ecde78b4889225ca451 (diff) | |
download | cpython-0078aaf950671ef5d1caf7374b49de96e0f37244.zip cpython-0078aaf950671ef5d1caf7374b49de96e0f37244.tar.gz cpython-0078aaf950671ef5d1caf7374b49de96e0f37244.tar.bz2 |
Add warning about dumb SGI make.
Diffstat (limited to 'README')
-rw-r--r-- | README | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 --------------------------------------- |