Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0078aaf

Browse files
committed
Add warning about dumb SGI make.
1 parent 36f8e2d commit 0078aaf

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

README

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -289,6 +289,12 @@ Cray T3E: Konrad Hinsen writes:
289289
If you run the test suite, two tests will fail (rotate and binascii),
290290
but these are not the modules you'd expect to need on a Cray.
291291

292+
SGI: SGI's standard "make" utility (/bin/make or /usr/bin/make)
293+
does not check whether a command actually changed the file it
294+
is supposed to build. This means that whenever you say "make"
295+
it will redo the link step. The remedy is to use SGI's much
296+
smarter "smake " utility (/usr/bin/smake), or GNU make.
297+
292298

293299
Configuring additional built-in modules
294300
---------------------------------------

0 commit comments

Comments
 (0)