[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: svn commit: r17093 - trunk/build/generator

From: David James <james82_at_gmail.com>
Date: 2005-10-29 20:36:14 CEST

On 10/29/05, Max Bowsher <maxb@ukf.net> wrote:
> djames@tigris.org wrote:
> > Author: djames
> > Date: Sat Oct 29 11:39:08 2005
> > New Revision: 17093
> >
> > Modified:
> > trunk/build/generator/gen_make.py
> >
> > Log:
> > * build/generator/gen_make.py
> > (Generator.write): Avoid usage of $< in SWIG header wrapper generator
> > rules, so that our Makefile will be compatible with BSD make.
> >
> > Suggested by: Sigfred Haversen <bsdlist@mumak.com>
> Doesn't that break VPATH non-releasemode builds? Since the headers are in
> the source dir, but now header_wrappers.py is being handed a relative path
> pointing to the build-dir?
Good catch, Max! I've fixed this problem in r17095 by explicitly
listing the full path to the header file using $(abs_srcdir). I've
also proposed r17095 for backport.

Cheers,

David

--
David James -- http://www.cs.toronto.edu/~james
Received on Sat Oct 29 20:37:45 2005

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.