On Tue, 2003-10-07 at 20:53, Bill Kenworthy wrote: > Where is the genkernel documentation hiding? I would like to find out > some details such as does it use distcc, or ccache, what options can it > take ...
Unfortunately, the only form of documentation I have found is /usr/sbin/genkernel itself. It's a bash script, so you can just read the code. As to your other questions, it does grab the MAKEOPTS settings from make.conf; however, it doesn't use the FEATURES directives at all. The only way it appears that the current genkernel would use distcc is if you either have /usr/lib/distcc/bin/ before /usr/bin in your path, or you explicitly set CC='distcc'. Doug -- [EMAIL PROTECTED] mailing list
