Subject: Re: cripple
To: Matt Herzog <mherzog@attbi.com>
From: Chris Pinnock <cjep@fawlty.net>
List: netbsd-help
Date: 05/19/2002 23:55:46
On Sun, May 19, 2002 at 06:27:47PM -0400, Matt Herzog wrote:
> I just did a
> 
> make UPDATE=1 release  in /usr/src
> 
> and the only error I got was:
> 
> install ===> gnu/usr.sbin/sendmail/cf/sh
> install ===> gnu/usr.sbin/sendmail/cf/siteconfig
> make  whatis.db
> (cd /usr/src/share/man && make  makedb)
> /usr/libexec/makewhatis /usr/share/man
> Build finished at: Sun May 19 17:19:53 EDT 2002
> (cd /usr/src/etc && make  INSTALL_DONE=1 release)
> setenv DESTDIR before doing that!
> *** Error code 1
> 
> Stop.
> *** Error code 1
> 
> Stop.
> 
> Not sure if I have a problem here or not since
> etcupdate is in pkgsrc . . . 

"make release" will build a complete release of the NetBSD operating
system using DESTDIR as a staging area and RELEASEDIR for the resultant
binary tar balls. Do you have DESTDIR set to anything (in the
environment or in mk.conf)? 

best wishes,
Chris