Subject: Re: closer this time
To: Brian Hechinger <wonko@entropy.tmok.com>
From: Chris Gilbert <chris@paradox.demon.co.uk>
List: current-users
Date: 03/13/2001 20:31:14
On Tuesday 13 March 2001  5:29 pm, Brian Hechinger wrote:
> Chris Gilbert drunkenly mumbled...
> > what version of /usr/include/stdlib.h have you got?  shquote is
> > prototyped in there, it was added in v1.53.  Are you running make build,
> > make includes && make or just make?
>
> just make at this point.  make build wants to step out of /usr/src and i
> don't want to do that yet.
>
> /*      $NetBSD: stdlib.h,v 1.52 2001/02/19 22:12:41 cgd Exp $  */
>
> in /usr/include, and
>
> /*      $NetBSD: stdlib.h,v 1.53 2001/03/10 01:46:08 cgd Exp $  */
>
> in /usr/src/include
>
> hmm, maybe trying to skip make build is a bad idea?

if you don't want to let it loose outside of /usr/src then you could set your 
DESTDIR env or add it to /etc/mk.conf.  It'll do the build into that dir, so 
you can safely do a make build and it will create all output files in there 
it'll also source .h files from there as well.  (note that intermediate files 
are in /usr/src or whatever your OBJDIR settings)  see the comments in 
/usr/src/Makefile (or where ever your top level make file is.)

Chris