[504] in NetBSD-Development
Re: neos
daemon@ATHENA.MIT.EDU (jhawk@MIT.EDU)
Sun Jan 29 08:10:21 1995
From: jhawk@MIT.EDU
Date: Sun, 29 Jan 1995 08:08:18 -0500
To: netbsd-dev@MIT.EDU
[blah blah...]
>anyway, source was from /source
> build tree was local to my machine, but to recreate, basically,
>do an xmkmf; make Makefiles; make all (and you might need to tweak stuff...)..
No! This is not good enough.
Major nit:
COPY THE SOURCE TREE TO /afs/sipb/project/sipb-athena
and RCS tag it. THEN make your changes. We need to keep a
local copy.
Minor nit:
Don't reference filsys entries by their mountpoint (/source).
Instead, reference them by their locker name (presumably
in this case the same).
Side comment:
I do not believe that /source is a reliable place to get
current sources. I believe /afs/dev/source/src is more current.
You may have some good reason for preferring rel-eng,
but I don't know what it is.
--jhawk