OSDN Git Service

Update "Why is make behaving badly?", add warning about make -j[n].
authordavidsb <davidsb>
Fri, 17 Nov 2000 13:32:28 +0000 (13:32 +0000)
committerdavidsb <davidsb>
Fri, 17 Nov 2000 13:32:28 +0000 (13:32 +0000)
winsup/doc/how-programming.texinfo

index 1684c81..1140d09 100644 (file)
@@ -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.