Date: Tue, 08 Nov 2011 14:12:58 +0100 From: Niclas Zeising <zeising@daemonic.se> To: "O. Hartmann" <ohartman@zedat.fu-berlin.de> Cc: Current FreeBSD <freebsd-current@freebsd.org>, freebsd-questions@freebsd.org Subject: Re: /sys/amd64/conf/DEFAULTS Message-ID: <4EB92ADA.6080309@daemonic.se> In-Reply-To: <4EB9142D.3090705@zedat.fu-berlin.de> References: <4EB9142D.3090705@zedat.fu-berlin.de>
next in thread | previous in thread | raw e-mail | index | archive | help
On 11/08/11 12:36, O. Hartmann wrote: > Sorry for the boring question, but is the default configuration file > /sys/amd64/conf/DEFAULTS anywhere include in a regular configuration > file for the kernel while building the kernel? > > I looked for include statements in GENERIC, but didn't find one. I use > custom kernel config files and adapt most changes from the NOTES files > in the sources tree. > > With the today's update of README in /sys/amd64/conf I realised some > important changes, so this triggered my question. > > I simply made an additional "include" in the custom config file, but if > this isn't necessary, I'll delete it again. And I'm interested in how > the kernel is built from. It is a very convenient way to type simply > "make kerne" in /usr/src/, but it vanishes to much of the complexity and > understanding how the system builds and could cause problems. > > Thanks for your patience and tahnks in advance, > > Regards, > Oliver From my understanding of things, the DEFAULTS kernel configuration file is automatically included into the build by config(8). There is no need to include it into the generic using the "include" statement. It was first added 6 years ago, on October 27 2005. Regards! -- Niclas Zeising
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4EB92ADA.6080309>