%% Dan Jacobson <[EMAIL PROTECTED]> writes:
dj> Do add an examples showing when
dj> $ make -j x y
dj> and
dj> $ make x& make y& wait
dj> are equivalent, and when they are not.
IMO that is not at all an appropriate example for the GNU make manual.
--
---
Do add an examples showing when
$ make -j x y
and
$ make x& make y& wait
are equivalent, and when they are not.
___
Bug-make mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/bug-make
%% Dan Jacobson <[EMAIL PROTECTED]> writes:
dj>Parallel Execution
dj>GNU `make' knows how to execute several commands at once. Normally,
dj>`make' will execute only one command at a time, waiting for it to
dj>finish before executing the next. However, the `-j' or
dj>