Custom Kernel Target Ignored

2012-02-26 Thread Carolyn Longfoot
When I start cd /usr/src make buildkernel KERNELCONF=MYKERNEL then the process start and gives -- Kernel build for GENERIC started on Sat Feb 25 10:59:25 EST 2012 -- Even

Re: Custom Kernel Target Ignored

2012-02-26 Thread Da Rock
On 02/26/12 18:10, Carolyn Longfoot wrote: When I start cd /usr/src make buildkernel KERNELCONF=MYKERNEL then the process start and gives -- Kernel build for GENERIC started on Sat Feb 25 10:59:25 EST 2012

Re: Custom Kernel Target Ignored

2012-02-26 Thread Erich Dollansky
Hi, On Sunday 26 February 2012 15:10:16 Carolyn Longfoot wrote: When I start cd /usr/src make buildkernel KERNELCONF=MYKERNEL then the process start and gives -- Kernel build for GENERIC started on Sat Feb 25 10:59:25 EST 2012

RE: Custom Kernel Target Ignored

2012-02-26 Thread Carolyn Longfoot
make buildkernel KERNCONF=AsusAMD620 is what I do. Erich ARGHHH... KERNCONF not KERNELCONF... scuse my blindness... ___ freebsd-questions@freebsd.org mailing list

Re: Custom Kernel Target Ignored

2012-02-26 Thread Erich Dollansky
Hi, On Sunday 26 February 2012 21:37:32 Carolyn Longfoot wrote: make buildkernel KERNCONF=AsusAMD620 is what I do. Erich ARGHHH... KERNCONF not KERNELCONF... scuse my blindness... this is what we are for. The simplest things are

Re: Custom Kernel Target Ignored

2012-02-26 Thread Damien Fleuriot
On 26 Feb 2012, at 15:37, Carolyn Longfoot c_longf...@hotmail.com wrote: make buildkernel KERNCONF=AsusAMD620 is what I do. Erich ARGHHH... KERNCONF not KERNELCONF... scuse my blindness... Pro tip, put it in your /etc/make.conf like so: KERNCONF=WHATEVERYOUSAID Then cd