Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Apr 1997 03:25:57 +1000
From:      Bruce Evans <bde@zeta.org.au>
To:        bde@zeta.org.au, gibbs@plutotech.com
Cc:        ccsanady@nyx.pr.mcs.net, freebsd-current@freebsd.org
Subject:   Re: kernel builds and obj dirs..
Message-ID:  <199704221725.DAA27320@godzilla.zeta.org.au>

next in thread | raw e-mail | index | archive | help
>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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199704221725.DAA27320>