[1668] in NetBSD-Development
Re: NetBSD-Athena 8 stabilizing
daemon@ATHENA.MIT.EDU (Nathan J. Williams)
Wed Apr 29 17:45:25 1998
To: Greg Hudson <ghudson@MIT.EDU>
Cc: "Nathan J. Williams" <nathanw@MIT.EDU>, netbsd-dev@MIT.EDU
From: "Nathan J. Williams" <nathanw@MIT.EDU>
In-Reply-To: Your message of "Wed, 29 Apr 1998 17:05:46 EDT."
<199804292105.RAA19383@small-gods.MIT.EDU>
Date: Wed, 29 Apr 1998 17:45:15 EDT
> Also, we should get stuff out of /afs/dev/user/nathanw. I can make
> the appropriate volumes, but we need to decide how it's going to look.
> Also, I think right now you're building stuff using a union mount to
> deal with the crunched binaries; I favor making copies of the sources
> we use and... doing something intelligent so that we can build without
> a union mount. Not sure exactly how that interacts with the
> afsd/librx source code.
I'd love to get the install floppy out of there. The build
system for the floppy doesn't currently deal with building outside of
the source directory (though a symlink farm would work).
The union mount isn't great, but since it's referring to what
really ought to be a static source tree it's not terrible. I suppose
it's only ~5M of sources.
I'm not worried about the NetBSD-specific bit of union mounts,
since the script is already using crunch and mdsetimage and vfs
mounts. It doesn't interact with the afsd/librx source code; my
compromise here was to install afsd.o as one of the "sources" that
things get built from; the libraries come from /usr/afsws on the srvd.
Do we want the install floppy to be part of the release?
- Nathan