Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36f8e2d commit 0078aafCopy full SHA for 0078aaf
1 file changed
README
@@ -289,6 +289,12 @@ Cray T3E: Konrad Hinsen writes:
289
If you run the test suite, two tests will fail (rotate and binascii),
290
but these are not the modules you'd expect to need on a Cray.
291
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
+
298
299
Configuring additional built-in modules
300
---------------------------------------
0 commit comments