Update "Why is make behaving badly?", add warning about make -j[n].

This commit is contained in:
David Starks-Browning 2000-11-17 13:32:28 +00:00
parent e2ed94a3c6
commit 7816541772

View File

@ -16,6 +16,11 @@ would be difficult.
@subsection Why is make behaving badly? @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 Make has two operating modes, UNIX and WIN32. You need to make sure
that you are operating in the right mode. that you are operating in the right mode.