Subject: Re: Have pkgsrc building make use of SMP?
To: Hubert Feyrer <hubert@feyrer.de>
From: Martin Husemann <martin@duskware.de>
List: tech-pkg
Date: 04/06/2005 11:51:58
On Wed, Apr 06, 2005 at 11:41:19AM +0200, Hubert Feyrer wrote:
> The bug you'll likely see when you run this:
> 	cd /usr/pkgsrc/foo/bar
> 	env MAKE_FLAGS=-j17 make

I had no foo/bar pkg.
If you realy mean its a generic pkgsrc mk/* bug (or generic make(1) bug),
that should be fixable. Note that -j implies compatibility mode turned
off, so it may trigger makefile bugs that do not show up without it.

> AFAIK there's no PR on this.

Change that!

Martin