Subject: Re: build problem
To: Ron Roskens <roskens@elfin.net>
From: Frederick Bruckman <fredb@immanent.net>
List: tech-x11
Date: 11/18/2001 09:57:11
On Sun, 18 Nov 2001, Ron Roskens wrote:
> On Sun, 4 Nov 2001, Frederick Bruckman wrote:
>
> > On Sun, 4 Nov 2001, Adam Majewski wrote:
>
> > > make: stopped in /xds/sup/xsrc/xfree/xc/lib/GL/GL
> > > *** Error code 2
> I do know that this is strictly limited to the netbsd make. If you try to
> build using GNU make you will not have any problems.
>
> I've also tried this out using a freshly cvs'd copy from XFree86, and it
> has the same problem.
Isn't this fixed with current make...?
RCS file: /cvsroot/basesrc/usr.bin/make/dir.c,v
Working file: dir.c
revision 1.27
date: 2001/11/11 21:36:06; author: tv; state: Exp; lines: +4 -5
Fix long-standing bug where, if an objdir exists, searching the .PATH for a
file will strip any leading path on the filename when searching ${.CURDIR}.
This bug manifested itself more prominently with xsrc/xfree/xc/lib/GL/GL,
since we now always search ${.CURDIR} as an alternative to ${.OBJDIR}
(PR bin/14499).
Frederick