Re: svn commit: r245751 - head/tools

2013-01-22 Thread Pawel Jakub Dawidek
On Tue, Jan 22, 2013 at 07:00:05PM +0100, Pawel Jakub Dawidek wrote: > On Mon, Jan 21, 2013 at 10:32:00PM +, Brooks Davis wrote: > > Author: brooks > > Date: Mon Jan 21 22:32:00 2013 > > New Revision: 245751 > > URL: http://svnweb.freebsd.org/changeset/base/245751 > > > > Log: > > Implement

Re: svn commit: r245751 - head/tools

2013-01-22 Thread Pawel Jakub Dawidek
On Mon, Jan 21, 2013 at 10:32:00PM +, Brooks Davis wrote: > Author: brooks > Date: Mon Jan 21 22:32:00 2013 > New Revision: 245751 > URL: http://svnweb.freebsd.org/changeset/base/245751 > > Log: > Implement the -l option using ln(1) to facilitate boostrapping. > > Ignore the new options

svn commit: r245751 - head/tools

2013-01-21 Thread Brooks Davis
Author: brooks Date: Mon Jan 21 22:32:00 2013 New Revision: 245751 URL: http://svnweb.freebsd.org/changeset/base/245751 Log: Implement the -l option using ln(1) to facilitate boostrapping. Ignore the new options -D, -h, -T, and -U. Adjust -M support to ignore an argument. Sponsored