Re: breaking the crunchgen logic into a share/mk file

2010-11-20 Thread John Baldwin
On Tuesday, November 16, 2010 8:45:08 am Andrey V. Elsukov wrote: > On 16.11.2010 16:29, John Baldwin wrote: > > Err, are there no longer hard links to all of the frontends for a given > > crunch? If so, that is a problem as it will make rescue much harder to use. > > Yes, probably this patch is

Re: breaking the crunchgen logic into a share/mk file

2010-11-16 Thread Adrian Chadd
I've just committed: * stuff to re-enable the link production * installing bsd.crunchgen.mk Thanks, Adrian On 17 November 2010 06:19, Adrian Chadd wrote: > Oops, I can't believe I committed the wrong version of this damned thing. > > I'll go and commit that particular un-braindamage. in a sec

Re: breaking the crunchgen logic into a share/mk file

2010-11-16 Thread Adrian Chadd
Oops, I can't believe I committed the wrong version of this damned thing. I'll go and commit that particular un-braindamage. in a sec. Sorry everyone. Adrian On 17 November 2010 02:04, Garrett Cooper wrote: > On Tue, Nov 16, 2010 at 9:52 AM, Garrett Cooper wrote: >> On Tue, Nov 16, 2010 at

Re: breaking the crunchgen logic into a share/mk file

2010-11-16 Thread Garrett Cooper
On Tue, Nov 16, 2010 at 9:52 AM, Garrett Cooper wrote: > On Tue, Nov 16, 2010 at 6:12 AM, John Baldwin wrote: >> On Tuesday, November 16, 2010 8:45:08 am Andrey V. Elsukov wrote: >>> On 16.11.2010 16:29, John Baldwin wrote: >>> > Err, are there no longer hard links to all of the frontends for a g

Re: breaking the crunchgen logic into a share/mk file

2010-11-16 Thread Garrett Cooper
On Tue, Nov 16, 2010 at 6:12 AM, John Baldwin wrote: > On Tuesday, November 16, 2010 8:45:08 am Andrey V. Elsukov wrote: >> On 16.11.2010 16:29, John Baldwin wrote: >> > Err, are there no longer hard links to all of the frontends for a given >> > crunch?  If so, that is a problem as it will make r

Re: breaking the crunchgen logic into a share/mk file

2010-11-16 Thread Andrey V. Elsukov
On 16.11.2010 16:29, John Baldwin wrote: > Err, are there no longer hard links to all of the frontends for a given > crunch? If so, that is a problem as it will make rescue much harder to use. Yes, probably this patch is not needed and it should be fixed somewhere in makefiles. But currently res

Re: breaking the crunchgen logic into a share/mk file

2010-11-16 Thread John Baldwin
On Tuesday, November 16, 2010 8:01:43 am Andrey V. Elsukov wrote: > On 08.11.2010 15:31, Adrian Chadd wrote: > >> I've broken out the crunchgen logic from src/rescue/rescue into a > >> share/mk file - that way it can be reused in other areas. > >> > >> The diff is here: http://people.freebsd.org/~a

Re: breaking the crunchgen logic into a share/mk file

2010-11-16 Thread Andrey V. Elsukov
On 08.11.2010 15:31, Adrian Chadd wrote: >> I've broken out the crunchgen logic from src/rescue/rescue into a >> share/mk file - that way it can be reused in other areas. >> >> The diff is here: http://people.freebsd.org/~adrian/crunchgen-mk.diff< >> http://people.freebsd.org/%7Eadrian/crunchgen-mk

Re: breaking the crunchgen logic into a share/mk file

2010-11-08 Thread Adrian Chadd
Hi all, I plan on committing this later on this week if there are no objections. I don't plan on back-porting it to RELENG_8. Others are more than welcome to. Thanks, Adrian On 5 October 2010 10:36, Adrian Chadd wrote: > Hi, > > I've broken out the crunchgen logic from src/rescue/rescue int

Re: breaking the crunchgen logic into a share/mk file

2010-10-05 Thread Adrian Chadd
On 5 October 2010 11:19, Garrett Cooper wrote: > Hi Adrian, >    Is there a functional difference between the original file and > bsd.crunchgen.mk ? Only the bare minimum needed to make it useful: * added shared library as well as fully static library support * added a method for listing source

Re: breaking the crunchgen logic into a share/mk file

2010-10-04 Thread Garrett Cooper
On Mon, Oct 4, 2010 at 7:36 PM, Adrian Chadd wrote: > Hi, > > I've broken out the crunchgen logic from src/rescue/rescue into a > share/mk file - that way it can be reused in other areas. > > The diff is here: http://people.freebsd.org/~adrian/crunchgen-mk.diff > > This bsd.crunchgen.mk file is ge

breaking the crunchgen logic into a share/mk file

2010-10-04 Thread Adrian Chadd
Hi, I've broken out the crunchgen logic from src/rescue/rescue into a share/mk file - that way it can be reused in other areas. The diff is here: http://people.freebsd.org/~adrian/crunchgen-mk.diff This bsd.crunchgen.mk file is generic enough to use in my busybox-style thing as well as for src/r