NetBSD-Bugs archive

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

Re: bin/42096: ssh-add always refers 'ssh-askpass' under /usr/X11R6 with 'X11FLAVOUR= Xorg'



The following reply was made to PR bin/42096; it has been noted by GNATS.

From: Alan Barrett <apb%cequrux.com@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: 
Subject: Re: bin/42096: ssh-add always refers 'ssh-askpass' under
 /usr/X11R6 with 'X11FLAVOUR= Xorg'
Date: Wed, 23 Sep 2009 19:17:33 +0200

 On Tue, 22 Sep 2009, Bernd Ernesti wrote:
 >  -.include <bsd.own.mk>
 >  +.include "${.CURDIR}/../../Makefile.inc"
 
 I think you need ${.PARSEDIR} here, so you get the directory that
 contains the Makefile, not the directory from which make was
 executed.  Usually .PARSEDIR and .CURDIR are the same, but in this
 case, the code is inside an include file that may be used from a
 make running in a different directory.
 
 --apb (Alan Barrett)
 


Home | Main Index | Thread Index | Old Index