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

Re: [PATCH] Installing on cygwin -- add .exe extension when needed

From: egor duda <deo_at_logos-m.ru>
Date: 2002-10-16 18:03:57 CEST

Hi!

Wednesday, 16 October, 2002 you wrote:

BC> egor duda wrote:

>>Index: ./build/gen_make.py
>>===================================================================
>>--- ./build/gen_make.py
>>+++ ./build/gen_make.py Wed Oct 16 17:01:58 2002
>>@@ -13,7 +13,7 @@
>> class MakefileGenerator(gen_base.GeneratorBase):
>>
>> _extension_map = {
>>- ('exe', 'target'): '',
>>+ ('exe', 'target'): '$(EXEEXT)',
>> ('exe', 'object'): '.o',
>> ('lib', 'target'): '.la',
>> ('lib', 'object'): '.lo',
>>
>>
BC> Uh, how do you expect this to work? Python doesn't expand environment
BC> variables like that.

Python is not supposed to expand this. It should just write it
literally to the Makefile. The expansion is performed later by 'make'.

And yes, i actually did test it before posting :).

BTW, your mail client doesn't seem to honor 'Reply-To:' header. I
intentionally set it to point to the list, yet the message was CC'ed
to my personal address.

Egor. mailto:deo@logos-m.ru ICQ 5165414 FidoNet 2:5020/496.19

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Oct 16 18:05:09 2002

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.