Re: make depend error - FreeBSD 5.2.1

2005-01-09 Thread Fabian Keil
On Sunday 09 January 2005 15:48, Gable Barber wrote:
 Howdy all,
 I am trying to build a new kernel to support the on board sound on my
 motherboard.
 
 When I try to  make depend  I get this error:
 
 make: don't know how to make depend. Stop
 
 Anyhelp would be greatly appreciated.

Are you sure you're running make in the right directory?

Nevertheless you might try building the Kernel the New Way
as it is described in 
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-building.html

Regards
Fabian


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: make depend error - FreeBSD 5.2.1

2005-01-09 Thread Subhro



 -Original Message-
 From: [EMAIL PROTECTED] [mailto:owner-freebsd-
 [EMAIL PROTECTED] On Behalf Of Gable Barber
 Sent: Sunday, January 09, 2005 20:18
 To: [EMAIL PROTECTED]
 Subject: make depend error - FreeBSD 5.2.1
 
 Howdy all,
 I am trying to build a new kernel to support the on board sound on my
 motherboard.
 
 When I try to  make depend  I get this error:
 
 make: don't know how to make depend. Stop
 
 Anyhelp would be greatly appreciated.
 
 Thank you,
 Gable
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to freebsd-questions-
 [EMAIL PROTECTED] 

Use the new way of building the kernel i.e.

make buildkernel KERNCONF=my_kernel_config_file
make installkernel KERNCONF=my_kernel_config_file

Regards
S.

Indian Institute of Information Technology
Subhro Sankha Kar
Block AQ-13/1, Sector V
Salt Lake City
PIN 700091
India


smime.p7s
Description: S/MIME cryptographic signature


Re: make depend error - FreeBSD 5.2.1

2005-01-09 Thread Gable Barber
I reinstalled sources from sysinstall, and all works now..

Since this is the first one I have done, I wanted to learn the old
way..then the new...

Thanks for the help...

Gable


On Sun, 9 Jan 2005 16:08:53 +0100, Fabian Keil
[EMAIL PROTECTED] wrote:
 On Sunday 09 January 2005 15:48, Gable Barber wrote:
  Howdy all,
  I am trying to build a new kernel to support the on board sound on my
  motherboard.
 
  When I try to  make depend  I get this error:
 
  make: don't know how to make depend. Stop
 
  Anyhelp would be greatly appreciated.
 
 Are you sure you're running make in the right directory?
 
 Nevertheless you might try building the Kernel the New Way
 as it is described in
 http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-building.html
 
 Regards
 Fabian
 

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]