From owner-freebsd-current Tue Apr 22 10:31:05 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id KAA27012 for current-outgoing; Tue, 22 Apr 1997 10:31:05 -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 KAA27007 for ; Tue, 22 Apr 1997 10:31:03 -0700 (PDT) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.5/8.6.9) id DAA27320; Wed, 23 Apr 1997 03:25:57 +1000 Date: Wed, 23 Apr 1997 03:25:57 +1000 From: Bruce Evans Message-Id: <199704221725.DAA27320@godzilla.zeta.org.au> To: bde@zeta.org.au, gibbs@plutotech.com Subject: Re: kernel builds and obj dirs.. Cc: ccsanady@nyx.pr.mcs.net, freebsd-current@freebsd.org Sender: owner-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >As I mentioned in Core before making these changes, I'm open to ideas >on how we want to deal with it. We could move the assembler into >usr.sbin or something and simply use it during kernel compiles, but >that doesn't express the dependency the kernel driver has on the assembler. I like building it in the compile directory. You can move it to usr.bin when it becomes as stable as `as' (and stabler than config :-). I'd also like to build the syscall tables on the fly and not maintain them as sources in cvs. I think this works for everything except syscall.h and maybe syscall-hide.h. Bruce