Date: Mon, 10 Nov 2003 01:43:01 -0800 From: John-Mark Gurney <gurney_j@efn.org> To: TSaplin Mikhail <tsmm@list.ru> Cc: freebsd-hackers@freebsd.org Subject: Re: config and opt_*h files, how it works? Message-ID: <20031110094301.GE64793@funkthat.com> In-Reply-To: <200312091125.10365.tsmm@list.ru> References: <200312091125.10365.tsmm@list.ru>
next in thread | previous in thread | raw e-mail | index | archive | help
TSaplin Mikhail wrote this message on Tue, Dec 09, 2003 at 11:25 +0600: > I want add some my own options to kernel. > I've add "U04_KOI8R opt_cdunicode.h" to sys/conf/options, > and #include "opt_cdunicode.h" to source files. > > But when i do make depend, mkdep cant find opt_cdunicode.h > Whats wrong and how it works? Did you rerun config? the opt_*.h files are created by config, so if you modify the sys/conf/options files you need to rerun config. Hope this helps. P.S. You might want to fix the date on your computer. It's not yet December. -- John-Mark Gurney Voice: +1 415 225 5579 "All that I will do, has been done, All that I have, has not."
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20031110094301.GE64793>