Re: The configuration of my core doesn't work!!

2005-05-18 Thread Daniel
Hi, the same problem here. I have a 5.4 Release and I'm trying to remove some options and add few others make buildkernel KERNCONF=PHOENIX# PHOENIX is my custom kernel says dont know how to make or smth like that on the other hand /usr/sbin/config PHOENIX works On 5/9/05, Sergey S.

Re: The configuration of my core doesn't work!!

2005-05-18 Thread Josh Paetzel
On Wednesday 18 May 2005 06:28, Daniel wrote: Hi, the same problem here. I have a 5.4 Release and I'm trying to remove some options and add few others make buildkernel KERNCONF=PHOENIX# PHOENIX is my custom kernel says dont know how to make or smth like that on the other hand

Re: The configuration of my core doesn't work!!

2005-05-18 Thread Adi Pircalabu
On Wed, 18 May 2005 14:28:26 +0300 Daniel [EMAIL PROTECTED] wrote: I have a 5.4 Release and I'm trying to remove some options and add few others make buildkernel KERNCONF=PHOENIX# PHOENIX is my custom kernel says dont know how to make or smth like that Did you change the directory to

Re: The configuration of my core doesn't work!!

2005-05-18 Thread Gary Hayers
Daniel wrote: Hi, the same problem here. I have a 5.4 Release and I'm trying to remove some options and add few others make buildkernel KERNCONF=PHOENIX# PHOENIX is my custom kernel says dont know how to make or smth like that on the other hand /usr/sbin/config PHOENIX works Where are you

Re: The configuration of my core doesn't work!!

2005-05-18 Thread Daniel
indeed, in the /usr/src, where the kernel sources are... I'm following the handbook, yet something not right Thanks Dan On 5/18/05, Gary Hayers [EMAIL PROTECTED] wrote: Daniel wrote: Hi, the same problem here. I have a 5.4 Release and I'm trying to remove some options and add few

Re: The configuration of my core doesn't work!!

2005-05-18 Thread Gary Hayers
Daniel wrote: On 5/18/05, Gary Hayers [EMAIL PROTECTED] wrote: Daniel wrote: Hi, the same problem here. I have a 5.4 Release and I'm trying to remove some options and add few others make buildkernel KERNCONF=PHOENIX# PHOENIX is my custom kernel says dont know how to make or smth like that on

The configuration of my core doesn't work!!

2005-05-09 Thread Xnigga Manigga
When I try to use the command make depend it doesn't work. What must I do. - Découvrez le nouveau Yahoo! Mail : 250 Mo d'espace de stockage pour vos mails ! Créez votre Yahoo! Mail ---BeginMessage--- La commande make depend ne marche pas du

Re: The configuration of my core doesn't work!!

2005-05-09 Thread Sergey S. Ropchan
When I try to use the command make depend it doesn't work. What must I do. Yon need to do following, New Way (in order as below): make buildkernel KERNCONF=YOUR_KERNEL_NAME_HERE make installkernel KERNCONF=YOUR_KERNEL_NAME_HERE Check handook:

Re: The configuration of my core doesn't work!!

2005-05-09 Thread Kevin Kinsey
Xnigga Manigga wrote: When I try to use the command make depend it doesn't work. What must I do. First, you must give information about the phrase doesn't work. ;-) For example, do you receive an error message? Kevin Kinsey ___