cvs commit: ports/lang/s9fes Makefile

Alexey Dokuchaev danfe at FreeBSD.org
Wed Nov 16 07:41:51 UTC 2011


On Wed, Nov 16, 2011 at 11:33:24AM +0400, Ruslan Mahmatkhanov wrote:
> Alexey Dokuchaev wrote on 16.11.2011 08:44:
> > Oh come on.  Why blindly mark ports as -jX unsafe when trivial fix is
> > discoverable in a minute?
> 
> By the way, how one can detect that some port is jobs unsafe? Can this
> be detected on single CPU machine?

It depends.  Sometimes it can, sometimes the build only woes on something
four cored in certain phase of moon.

This particular port was easy as it exhibited the problem (due to missing
make target prerequisite) even on my single CPU laptop.

Usually trying to build the port like this is a good start:

  make FORCE_MAKE_JOBS=y MAKE_JOBS_NUMBER=2 (sometimes 3, 4, or 42 might work
  better)

./danfe


More information about the cvs-ports mailing list