Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 9 Apr 2013 22:30:52 +0200
From:      Dimitry Andric <dim@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   Re: svn commit: r249316 - head
Message-ID:  <B7E8DE4F-0B52-4867-98EF-8BAB7BBE63F2@FreeBSD.org>
In-Reply-To: <201304092021.r39KLaB6034938@svn.freebsd.org>
References:  <201304092021.r39KLaB6034938@svn.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Apr 9, 2013, at 22:21, Dimitry Andric <dim@FreeBSD.org> wrote:
> Author: dim
> Date: Tue Apr  9 20:21:35 2013
> New Revision: 249316
> URL: http://svnweb.freebsd.org/changeset/base/249316
> 
> Log:
>  Ensure make -j N universe works correctly, by checking for an up-to-date
>  make before starting the universe targets themselves.  Otherwise, all of
>  the targets would attempt to build make simultaneously, overwriting each
>  other's copies of the make object files and executable.  This could lead
>  to strange errors, for example when partially-written make executables
>  are invoked.
> 
>  Also amend r216620,

Oops, that should have been r216520, instead.




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?B7E8DE4F-0B52-4867-98EF-8BAB7BBE63F2>