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: > > > >

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: > > --- M