Subject: Re: stuff
To: Michael Richardson <mcr@spiff.ccs.carleton.ca>
From: Adam Glass <glass@sun-lamp.cs.berkeley.edu>
List: port-sun3
Date: 03/05/1994 20:31:43
> In article <199403011443.GAA17430@sun-lamp.cs.berkeley.edu>,
> Adam Glass  <glass@sun-lamp.cs.berkeley.edu> wrote:
> >sup updated to contain NetBSD/m68k binaries as well.
> 
>   Either sup is completely messed up on sun-lamp, or something else is
> amiss. In any case, the SUP.sun3 file that is there doesn't seem to be
> correct.
> 
> (With local changes...)
> 

Yeah...we lost some files in an administrative error.  When restored
(from old backups), some stuff got reverted.

Anyway, the current, and correct SUP.sun3 is this one:

sup is a tool for tracking remote file trees.  In this case we are
using it to track source trees.

documentation for SUP can be found via anonymous-ftp from
sun-lamp.cs.berkeley.edu:pub/sup/supkit*.  Unfortunately the binary
included there is *not* a sunos binary.  However, you can find one in
sun3_bin/sup.

To use sup, you will need a supfile.  Included below is an example one.

ksrc release=current host=sun-lamp.cs.berkeley.edu hostbase=/b/anon_ftp \
	base=/home/glass/sundev/src/ prefix=/home/glass/sundev/src \
	backup use-rel-suffix

arch-sun3 release=mirror host=sun-lamp.cs.berkeley.edu hostbase=/b/anon_ftp \
	base=/home/glass/sundev prefix=/home/glass/sundev \
	backup use-rel-suffix

the first will get you kernel + build sources.  The second sup
contains supporting information, etc.

------------------------------------------------------------------------------