[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: Branko Čibej <brane_at_xbc.nu>
Date: 2002-10-16 19:55:27 CEST

egor duda wrote:

>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'.
>
Ah, right. Sorry, I forgot this goes verbatim into the makefile.

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

>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.
>
No, you didn't; the message I got from the mailing list didn't have a
reply-to. This one, which you sent directly to me, did. So I suspect
that the mailing list server on tigris.org is stripping reply-to headers.

-- 
Brane Čibej   <brane_at_xbc.nu>   http://www.xbc.nu/brane/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Oct 16 19:56:12 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.