diff options
author | David Starks-Browning <starksb@ebi.ac.uk> | 2000-11-17 13:32:28 +0000 |
---|---|---|
committer | David Starks-Browning <starksb@ebi.ac.uk> | 2000-11-17 13:32:28 +0000 |
commit | 7816541772c646a2d423782f80383d3db9858184 (patch) | |
tree | cca4cf0fce5eceffedbdb1a6d7205411160285d5 /winsup | |
parent | e2ed94a3c65bb02a7ec9ae84eb0fef4d362e7920 (diff) | |
download | newlib-7816541772c646a2d423782f80383d3db9858184.zip newlib-7816541772c646a2d423782f80383d3db9858184.tar.gz newlib-7816541772c646a2d423782f80383d3db9858184.tar.bz2 |
Update "Why is make behaving badly?", add warning about make -j[n].
Diffstat (limited to 'winsup')
-rw-r--r-- | winsup/doc/how-programming.texinfo | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/winsup/doc/how-programming.texinfo b/winsup/doc/how-programming.texinfo index 1684c81..1140d09 100644 --- a/winsup/doc/how-programming.texinfo +++ b/winsup/doc/how-programming.texinfo @@ -16,6 +16,11 @@ would be difficult. @subsection Why is make behaving badly? +First of all, if you are using @samp{make -j[N]}, then stop. It doesn't +work well. + +Otherwise, read on... + Make has two operating modes, UNIX and WIN32. You need to make sure that you are operating in the right mode. |