From owner-freebsd-questions Tue Jul 24 16:47: 5 2001 Delivered-To: freebsd-questions@freebsd.org Received: from guru.mired.org (okc-27-141-144.mmcable.com [24.27.141.144]) by hub.freebsd.org (Postfix) with SMTP id CEEFA37B405 for ; Tue, 24 Jul 2001 16:46:56 -0700 (PDT) (envelope-from mwm@mired.org) Received: (qmail 97662 invoked by uid 100); 24 Jul 2001 23:46:55 -0000 From: Mike Meyer MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15198.2287.179561.970243@guru.mired.org> Date: Tue, 24 Jul 2001 18:46:55 -0500 To: Bill Moran Cc: questions@freebsd.org Subject: Re: Recompilation of source codes In-Reply-To: <3721542@toto.iv> X-Mailer: VM 6.90 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Bill Moran types: > Wing Tim wrote: > > > > Hi, Derek, > > I've done "make buildkernel" in the directory "/usr/src", will it compile > > the things (where there're lots of *.c and *.h files) in "/sys/netinet" > > automatically? > > If you've changed files that are not part of the kernel, you'll have to > run "make buildworld" and "make installworld". Actually, you don't need to do the "make installworld", and you may not want to. "make buildkernel" uses the obj files in /usr/obj if they are there, and "make buildworld" is enough to install those. Of course, you should install the world, the kernel and run mergemaster before going production if you've changed the sources. If you haven't updated the system sources, then start where Bill said: > http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig.html and follow the "building and installing a custom kernel" link, then use procedure #1. http://www.mired.org/home/mwm/ Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message