Port-vax archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: current status of NetBSD on VAX



On Thu, 08 Jan 2009 09:21:06 -0700
"e.stiebler" <emu%e-bbes.com@localhost> wrote:

> Which Version should I install ? ( NetBSD 4.0 or 4.0.1 )
5.0_BETA. We are close to a release and every CPU cycle of testing that
the beta can get is worth the effort.

> Get CVS for sure,
Usually I take an initial set of tarballs from e.g.:
http://ftp.netbsd.org/pub/NetBSD-daily/netbsd-5/
and run "cvs update -dP" later on it before I start a new build.

> and then, I used the following to take it for a spin, is this still
> the best command to do so ?
> 
> ./build.sh -O /usr/obj -D /usr/release.vax -T /usr/tools build
I use:
cd /usr/src/release-5/src
./build.sh -m vax \
        -D /usr/src/release-5/destdir/vax \
        -O /usr/src/release-5/objdir/vax \
        -T /usr/src/release-5/tooldir \
        -R /usr/src/release-5/releasedir \
        -U release

If you cross build on a SMP machine you may add "-j 2" or even "-j 4".
-- 


tschüß,
       Jochen

Homepage: http://www.unixag-kl.fh-kl.de/~jkunz/



Home | Main Index | Thread Index | Old Index