From 7816541772c646a2d423782f80383d3db9858184 Mon Sep 17 00:00:00 2001 From: David Starks-Browning Date: Fri, 17 Nov 2000 13:32:28 +0000 Subject: Update "Why is make behaving badly?", add warning about make -j[n]. --- winsup/doc/how-programming.texinfo | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'winsup/doc/how-programming.texinfo') diff --git a/winsup/doc/how-programming.texinfo b/winsup/doc/how-programming.texinfo index 1684c815a..1140d0954 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. -- cgit v1.2.3