From owner-freebsd-stable Tue May 9 15:24:23 2000 Delivered-To: freebsd-stable@freebsd.org Received: from orion.ac.hmc.edu (Orion.AC.HMC.Edu [134.173.32.20]) by hub.freebsd.org (Postfix) with ESMTP id 225C437C27C for ; Tue, 9 May 2000 15:24:17 -0700 (PDT) (envelope-from brdavis@orion.ac.hmc.edu) Received: (from brdavis@localhost) by orion.ac.hmc.edu (8.8.8/8.8.8) id PAA14285; Tue, 9 May 2000 15:24:08 -0700 (PDT) Date: Tue, 9 May 2000 15:24:05 -0700 From: Brooks Davis To: Kent Stewart Cc: Matthew Dillon , stable@FreeBSD.ORG Subject: Re: HEADS UP - linux emu scripting fix MFC'd, recompile linux module w/ kernel Message-ID: <20000509152405.A12499@orion.ac.hmc.edu> References: <200005091746.KAA52862@apollo.backplane.com> <39187376.BF2208D@3-cities.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre4i In-Reply-To: <39187376.BF2208D@3-cities.com>; from kstewart@3-cities.com on Tue, May 09, 2000 at 01:22:14PM -0700 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, May 09, 2000 at 01:22:14PM -0700, Kent Stewart wrote: > Matthew Dillon wrote: > > Heads up!, I've MFC'd the linux emulation scripting fix to 4.x. This > > requires that you recompile the linux emulation module when you recompile > > the kernel. > > I have been trying to figure out where I do that but after 40 or 50 > screens from locate I gave up. Where do I do the make? The "normal" way to build modules is to build the world. Out of sync kernels and worlds aren't really supported (though they often work.) You can build the linux module from /usr/src/sys/modules/linux. Something like "make clean depend all install" usually works for me. -- Brooks -- Any statement of the form "X is the one, true Y" is FALSE. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message