Date: Thu, 30 Oct 2003 17:36:34 -0700 (MST) From: "M. Warner Losh" <imp@bsdimp.com> To: nkritsky@star-sw.com Cc: freebsd-hackers@freebsd.org Subject: Re: stupid C language question Message-ID: <20031030.173634.100118443.imp@bsdimp.com> In-Reply-To: <133488034726.20031030222928@star-sw.com> References: <133488034726.20031030222928@star-sw.com>
next in thread | previous in thread | raw e-mail | index | archive | help
In message: <133488034726.20031030222928@star-sw.com> "Nickolay A. Kritsky" <nkritsky@star-sw.com> writes: : My fellow freebsd-hackers! I ran ino minor problem here. I am : currently debugging some part of FreeBSD bridging/vlan'ing kernel : code. Every N minutes I want to add some debugging printf's in kernel : or remove some previously installed. And now - a stupid question! When : I change some .c files in src/sys/net directory, do I need to do 'make : depend && make kernel' or I can just 'make kernel'? System is 4.8-p3. : Any help is very good, and please cc: me in your replies as I am not : subscribed to this list. If you've already done one make depend, you don't need to do another until you update your sources, or add new .h dependencies. Warner
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20031030.173634.100118443.imp>