From owner-freebsd-current Wed Apr 23 02:02:13 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id CAA17959 for current-outgoing; Wed, 23 Apr 1997 02:02:13 -0700 (PDT) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id CAA17951 for ; Wed, 23 Apr 1997 02:02:07 -0700 (PDT) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.5/8.6.9) id SAA25987; Wed, 23 Apr 1997 18:58:52 +1000 Date: Wed, 23 Apr 1997 18:58:52 +1000 From: Bruce Evans Message-Id: <199704230858.SAA25987@godzilla.zeta.org.au> To: gibbs@plutotech.com, msmith@atrad.adelaide.edu.au Subject: Re: kernel builds and obj dirs.. Cc: bde@zeta.org.au, ccsanady@nyx.pr.mcs.net, freebsd-current@FreeBSD.org Sender: owner-current@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk >> My only worry in doing this is that the objs from the assembler may >> conflict with other obj files from the kernel build proper. If we >> decided that this is how we want to handle this, I'll change the lex/yacc >> files to have more unique names and make the appropriate changes to the >> build of the assembler. The lex/yacc files a a bit of a problem. Otherwise there is no more of a problem keeping the names unique than with any other sources in the kernel. >Build it in a subdirectory perhaps? Ugh. What do you think of the way that the Linux kernel is built in subdirectories? :-) Bruce