Re: make doesn't know how to make KERNCONF

2008-11-16 Thread Gerardo Paredes
From: Polytropon [EMAIL PROTECTED] Subject: Re: make doesn't know how to make KERNCONF To: freebsd-questions@freebsd.org Date: Saturday, November 15, 2008, 8:46 AM On Sat, 15 Nov 2008 10:23:50 -0500, Lowell Gilbert [EMAIL PROTECTED] wrote: No, the shell isn't interpreting anything

Re: make doesn't know how to make KERNCONF

2008-11-16 Thread Yony Yossef
make doesn't know how to make KERNCONF the command i run is: cd /usr/src make buildkernel KERNCONF=MIO where MIO is my kernel configuration file, living at /usr/src/sys/i386/conf Are you sure your conf file shouldn't be in /usr/src/sys/amd64/conf ? YY

Re: make doesn't know how to make KERNCONF

2008-11-16 Thread Chris Pratt
On Nov 16, 2008, at 7:55 AM, Gerardo Paredes wrote: From: Polytropon [EMAIL PROTECTED] Subject: Re: make doesn't know how to make KERNCONF To: freebsd-questions@freebsd.org Date: Saturday, November 15, 2008, 8:46 AM On Sat, 15 Nov 2008 10:23:50 -0500, Lowell Gilbert [EMAIL PROTECTED] wrote

Re: make doesn't know how to make KERNCONF

2008-11-16 Thread Mel
On Friday 14 November 2008 20:31:28 Gerardo Paredes wrote: Hello, i have a problem compiling a custom kernel on a AMD 850 MHZ Processor, however on the last stage it fails with the following message: make doesn't know how to make KERNCONF the command i run is: cd /usr/src make

Re: make doesn't know how to make KERNCONF

2008-11-16 Thread Chris Pratt
On Nov 16, 2008, at 12:06 PM, Mel wrote: On Friday 14 November 2008 20:31:28 Gerardo Paredes wrote: Hello, i have a problem compiling a custom kernel on a AMD 850 MHZ Processor, however on the last stage it fails with the following message: make doesn't know how to make KERNCONF

Re: make doesn't know how to make KERNCONF

2008-11-15 Thread Lowell Gilbert
Chris St Denis [EMAIL PROTECTED] writes: Gerardo Paredes wrote: Hello, i have a problem compiling a custom kernel on a AMD 850 MHZ Processor, however on the last stage it fails with the following message: make doesn't know how to make KERNCONF the command i run is: cd /usr/src make

Re: make doesn't know how to make KERNCONF

2008-11-15 Thread Lowell Gilbert
doesn't know how to make KERNCONF the command i run is: cd /usr/src make buildkernel KERNCONF=MIO where MIO is my kernel configuration file, living at /usr/src/sys/i386/conf why it is failing with that error?? Regards, Gerardo Paredes What shell are you using? That syntax should

Re: make doesn't know how to make KERNCONF

2008-11-15 Thread Polytropon
On Sat, 15 Nov 2008 10:23:50 -0500, Lowell Gilbert [EMAIL PROTECTED] wrote: No, the shell isn't interpreting anything in that command line (the variable assignment is interpreted by make itself), so the command is fine. Maybe the sources aren't completely installed? If I were trying to

make doesn't know how to make KERNCONF

2008-11-14 Thread Gerardo Paredes
Hello, i have a problem compiling a custom kernel on a AMD 850 MHZ Processor, however on the last stage it fails with the following message: make doesn't know how to make KERNCONF the command i run is: cd /usr/src make buildkernel KERNCONF=MIO where MIO is my kernel configuration file

Re: make doesn't know how to make KERNCONF

2008-11-14 Thread Chris St Denis
Gerardo Paredes wrote: Hello, i have a problem compiling a custom kernel on a AMD 850 MHZ Processor, however on the last stage it fails with the following message: make doesn't know how to make KERNCONF the command i run is: cd /usr/src make buildkernel KERNCONF=MIO where MIO is my