Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Mon, 9 Apr 2001 18:58:45 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Mon, 9 Apr 2001 18:58:35 -0400 Received: from sgi.SGI.COM ([192.48.153.1]:17988 "EHLO sgi.com") by vger.kernel.org with ESMTP id ; Mon, 9 Apr 2001 18:58:29 -0400 From: offer@sgi.com (richard offer) Message-Id: <10104091601.ZM401478@sgi.com> Date: Mon, 9 Apr 2001 16:01:06 -0700 To: linux-kernel@vger.kernel.org Subject: Re: build -->/usr/src/linux X-Newsgroups: mail.linux-kernel In-Reply-To: <9aqmgo$8f6ol$1@fido.engr.sgi.com> In-Reply-To: <3AD079EA.50DA97F3@rcn.com> <20010408161620.A21660@flint.arm.linux.org.uk> <3AD0A029.C17C3EFC@rcn.com> Organization: Silicon Graphics Inc., Mountain View, CA X-Signature: Automatically generated by Richards Own Mail Signer (roms) X-Home-Page: http://reality.sgi.com/offer X-Mailer: Z-Mail (3.2.3 08feb96 MediaMail) Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org In article <9aqmgo$8f6ol$1@fido.engr.sgi.com> you write: >In article <3AD0A029.C17C3EFC@rcn.com>, >Marvin Stodolsky wrote: >>Thanks for responding. But I would still like to understand what the >>functionality is of the build --> /usr/src/linuc. Is it dispensable, >>once the module tree has been installed? > >It's needed for modules that are distributed sperately, so that >they can use cc -I /lib/modules/`uname -r`/build/include > >Or even > > l=`pwd` > cd /lib/modules/`uname -r`/build > make $l/module.o > >.. but there should be a cleaner way to get at the CFLAGS used >to compile the kernel. Ahhhh. Not again. uname does not always provide useful information (cross compiling). Even if you're building the same ISA, you maybe in a chroot'ed environment. Can we please not assume that everybody only ever builds native... > >Mike. richard. ----------------------------------------------------------------------- Richard Offer Technical Lead, Trust Technology. "Specialization is for insects" __________________________________________http://reality.sgi.com/offer/ ----------------------------------------------------------------------- Richard Offer Technical Lead, Trust Technology. "Specialization is for insects" __________________________________________http://reality.sgi.com/offer/ - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/