Re: svn commit: r251140 - head

2013-05-30 Thread Garrett Cooper
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

Re: svn commit: r251140 - head

2013-05-30 Thread Garrett Cooper
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

Re: svn commit: r251140 - head

2013-05-30 Thread Konstantin Belousov
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

Re: svn commit: r251140 - head

2013-05-30 Thread Brooks Davis
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:

Re: svn commit: r251140 - head

2013-05-30 Thread Konstantin Belousov
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

Re: svn commit: r251140 - head

2013-05-30 Thread Brooks Davis
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

Re: svn commit: r251140 - head

2013-05-30 Thread John Baldwin
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

svn commit: r251140 - head

2013-05-30 Thread Brooks Davis
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: