Re: "make release" question

2007-04-13 Thread Didier Wiroth
thanks, that fixed it! kind regards, -- Didier Wiroth > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > On Behalf Of Kenneth R Westerback > Sent: 13 April 2007 11:40 > To: Didier Wiroth > Cc: [EMAIL PROTECTED] > Subject: Re: "make

Re: "make release" question

2007-04-13 Thread Kenneth R Westerback
On Fri, Apr 13, 2007 at 10:14:23AM +0200, Didier Wiroth wrote: > Hello, > > I've customized /usr/src/etc/etc.i386/Makefile.inc to create 2 additional > kernels: > bsd.acpi + bsd.mp.acpi > > I created a custom cd which now has the following kernels: > bsd.rd > bsd > bsd.mp > bsd.acpi > bsd.mp.acp

Re: "make release" question

2007-04-13 Thread scorch
Didier Wiroth wrote: Hello, I've customized /usr/src/etc/etc.i386/Makefile.inc to create 2 additional kernels: bsd.acpi + bsd.mp.acpi I created a custom cd which now has the following kernels: bsd.rd bsd bsd.mp bsd.acpi bsd.mp.acpi When launching the standard install process with bsd.rd, you

"make release" question

2007-04-13 Thread Didier Wiroth
Hello, I've customized /usr/src/etc/etc.i386/Makefile.inc to create 2 additional kernels: bsd.acpi + bsd.mp.acpi I created a custom cd which now has the following kernels: bsd.rd bsd bsd.mp bsd.acpi bsd.mp.acpi When launching the standard install process with bsd.rd, you can only see/select th

Re: "make release" question for a non developer

2007-03-17 Thread Jason George
> 2) Do I have to modify another file? No. >>> Very much noted. I have been wondering about this too. >> >> it's the 'i want to create my own style ramdisk kernels >> with their own unique "in-the-ramdrive-userland" consisting >> of a different variety of crunch'ed binaries' scenari

Re: "make release" question for a non developer

2007-03-17 Thread Marc Balmer
jared r r spiegel wrote: On Fri, Mar 16, 2007 at 11:51:15AM +0100, Alexander Hall wrote: Miod Vallat wrote: 2) Do I have to modify another file? No. Very much noted. I have been wondering about this too. it's the 'i want to create my own style ramdisk kernels with their own unique "in-

Re: "make release" question for a non developer

2007-03-16 Thread jared r r spiegel
On Fri, Mar 16, 2007 at 11:51:15AM +0100, Alexander Hall wrote: > Miod Vallat wrote: > > >> 2) Do I have to modify another file? > > > >No. > > Very much noted. I have been wondering about this too. it's the 'i want to create my own style ramdisk kernels with their own unique "in-the-ramdriv

Re: "make release" question for a non developer

2007-03-16 Thread Miod Vallat
You need an empty line before each target... (here, bsd.acpi) I should know better than to correct a developer, but apart from that it would look better and help avoiding issues with trailing backslashes (which should not be there anyway), this is not really _needed_, is it? You're indeed righ

Re: "make release" question for a non developer

2007-03-16 Thread Alexander Hall
Miod Vallat wrote: You need an empty line before each target... (here, bsd.acpi) I should know better than to correct a developer, but apart from that it would look better and help avoiding issues with trailing backslashes (which should not be there anyway), this is not really _needed_, is

Re: "make release" question for a non developer

2007-03-16 Thread Miod Vallat
"etc.i386/Makefile.inc", line 24: Need an operator You need an empty line before each target... (here, bsd.acpi) "etc.i386/Makefile.inc", line 26: Need an operator "etc.i386/Makefile.inc", line 29: Need an operator "etc.i386/Makefile.inc", line 31: Need an operator And commands used to build

"make release" question for a non developer

2007-03-16 Thread Didier Wiroth
Hello, I'm not a developer and I don't have any programming skills ... sadly ... ;-( From time to time I build my own releases on a i386. When I do a "make release" I would like 2 additional kernels to be build automatically. A (standard) Make release builds the following kernels: 1) bsd 2)