From owner-freebsd-hackers@FreeBSD.ORG Thu Oct 30 16:36:42 2003 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AE3D316A4CF for ; Thu, 30 Oct 2003 16:36:42 -0800 (PST) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id B927443FDF for ; Thu, 30 Oct 2003 16:36:39 -0800 (PST) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.9p2/8.12.9) with ESMTP id h9V0abE7049767; Thu, 30 Oct 2003 17:36:38 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Thu, 30 Oct 2003 17:36:34 -0700 (MST) Message-Id: <20031030.173634.100118443.imp@bsdimp.com> To: nkritsky@star-sw.com From: "M. Warner Losh" In-Reply-To: <133488034726.20031030222928@star-sw.com> References: <133488034726.20031030222928@star-sw.com> X-Mailer: Mew version 2.2 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: freebsd-hackers@freebsd.org Subject: Re: stupid C language question X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Oct 2003 00:36:42 -0000 In message: <133488034726.20031030222928@star-sw.com> "Nickolay A. Kritsky" 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