Subject: Re: can't cd to ${WRKSRC}
To: None <pkgsrc-users@NetBSD.org>
From: Joerg Sonnenberger <joerg@britannica.bec.de>
List: pkgsrc-users
Date: 12/11/2006 22:16:03
On Mon, Dec 11, 2006 at 02:40:41PM -0600, Jeremy C. Reed wrote:
> > That's the weird thing, I've double checked the path.
> 
> Looking again, the error is "cd" in your post-extract target. I don't know 
> why (and even looked at make code some).

Because make most likely tries to optimise the shell call away.

Joerg