[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: Max Bowsher <maxb_at_ukf.net>
Date: 2005-10-29 22:22:44 CEST

David James wrote:
> 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.

Thanks. It's such a shame there are all these different makes we have to
deal with.

Max.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 29 22:23:34 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.