On May 30, 2013, at 7:09 AM, Brooks Davis wrote:
> Author: brooks
> Date: Thu May 30 14:09:58 2013
> New Revision: 251140
> URL: http://svnweb.freebsd.org/changeset/base/251140
>
> Log:
> Always define INSTALL_DDIR and define it such that it contains no extra
> / characters rather than removing
On May 30, 2013, at 8:50 AM, Konstantin Belousov wrote:
> On Thu, May 30, 2013 at 10:45:28AM -0500, Brooks Davis wrote:
>> On Thu, May 30, 2013 at 06:37:51PM +0300, Konstantin Belousov wrote:
>>> I disagree with the statement about the useless, at least for WORLDTMP
>>> it saves the full buildworl
On Thu, May 30, 2013 at 10:45:28AM -0500, Brooks Davis wrote:
> On Thu, May 30, 2013 at 06:37:51PM +0300, Konstantin Belousov wrote:
> > I disagree with the statement about the useless, at least for WORLDTMP
> > it saves the full buildworld when a change in the usermode headers is
> > done during t
On Thu, May 30, 2013 at 06:37:51PM +0300, Konstantin Belousov wrote:
> On Thu, May 30, 2013 at 10:29:33AM -0500, Brooks Davis wrote:
> > On Thu, May 30, 2013 at 10:53:23AM -0400, John Baldwin wrote:
> > > On Thursday, May 30, 2013 10:09:58 am Brooks Davis wrote:
> > > > Author: brooks
> > > > Date:
On Thu, May 30, 2013 at 10:29:33AM -0500, Brooks Davis wrote:
> On Thu, May 30, 2013 at 10:53:23AM -0400, John Baldwin wrote:
> > On Thursday, May 30, 2013 10:09:58 am Brooks Davis wrote:
> > > Author: brooks
> > > Date: Thu May 30 14:09:58 2013
> > > New Revision: 251140
> > > URL: http://svnweb.f
On Thu, May 30, 2013 at 10:53:23AM -0400, John Baldwin wrote:
> On Thursday, May 30, 2013 10:09:58 am Brooks Davis wrote:
> > Author: brooks
> > Date: Thu May 30 14:09:58 2013
> > New Revision: 251140
> > URL: http://svnweb.freebsd.org/changeset/base/251140
> >
> > Log:
> > Always define INSTALL
On Thursday, May 30, 2013 10:09:58 am Brooks Davis wrote:
> Author: brooks
> Date: Thu May 30 14:09:58 2013
> New Revision: 251140
> URL: http://svnweb.freebsd.org/changeset/base/251140
>
> Log:
> Always define INSTALL_DDIR and define it such that it contains no extra
> / characters rather tha
Author: brooks
Date: Thu May 30 14:09:58 2013
New Revision: 251140
URL: http://svnweb.freebsd.org/changeset/base/251140
Log:
Always define INSTALL_DDIR and define it such that it contains no extra
/ characters rather than removing them later on. This should fix
release builds.
PR: