Subject: Re: After sup
To: Chris Silva <bitsurfer@makeworld.com>
From: Frederick Bruckman <fb@enteract.com>
List: netbsd-help
Date: 04/02/2000 03:59:44
On Sat, 1 Apr 2000, Chris Silva wrote:

> 	Ok, after the SUP of the pkgsrc and src, is there a makeworld?
> If so, where and what commands?

For userland...

  cd /usr/src; make build >& /var/tmp/mklog&
                    ^^^^^

same thing in "xsrc", though that's usually optional.

pkgsrc requires a little more maintenence. You could try "make update"
at the top, and it would try to rebuild and reinstall every single
package, but at some point you'll encounter a conflict, if not an
outright failure, and the whole thing will stop. Probably best to be
judicious, and updgrade the packages little by little. They're all
basicly independent, except that from time to time you'll be prompted,
when upgrading one package, to upgrade another first.