make -jN bug (was: Re: groff breaks make -j N buildworld)

2001-04-19 Thread Ruslan Ermilov
On Thu, Apr 19, 2001 at 05:18:41PM +0900, Makoto MATSUSHITA wrote: ru I always thought that ``obj'', ``all'' and ``install'' should be ru executed in sequence, not together. Hey, this even does not work ru for bin/cat: IIRC, it is assumed that "make -jX install (where X 1)" _doesn't_

Re: make -jN bug (was: Re: groff breaks make -j N buildworld)

2001-04-19 Thread Ruslan Ermilov
On Thu, Apr 19, 2001 at 11:38:49PM +1000, Bruce Evans wrote: On Thu, 19 Apr 2001, Ruslan Ermilov wrote: Attached is the Makefile that demonstrates the problem. Run it like this: make obj; make all Then try: make install And then try: make -j2 install

Re: make -jN bug (was: Re: groff breaks make -j N buildworld)

2001-04-19 Thread Bruce Evans
On Thu, 19 Apr 2001, Ruslan Ermilov wrote: Attached is the Makefile that demonstrates the problem. Run it like this: make obj; make all Then try: make install And then try: make -j2 install Note the difference. This fixes the problem: --- Makefile Thu