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

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

From: David Summers <david_at_summersoft.fay.ar.us>
Date: 2004-04-04 08:11:07 CEST

That fixed it, thanks!

   - David Summers

On Sat, 3 Apr 2004 jerenkrantz@tigris.org wrote:

> Author: jerenkrantz
> Date: Sat Apr 3 23:35:20 2004
> New Revision: 9283
>
> Modified:
> trunk/build/generator/gen_make.py
> Log:
> * build/generator/gen_make.py (write): Remove Python2 idiom.
>
>
> Modified: trunk/build/generator/gen_make.py
> ==============================================================================
> --- trunk/build/generator/gen_make.py (original)
> +++ trunk/build/generator/gen_make.py Sat Apr 3 23:35:20 2004
> @@ -38,7 +38,7 @@
> sources = self.graph.get_sources(gen_base.DT_LINK, target_ob.name)
>
> if isinstance(target_ob, gen_base.TargetI18N):
> - sources += self.graph.get_sources(gen_base.DT_NONLIB, target_ob.name)
> + sources = sources + self.graph.get_sources(gen_base.DT_NONLIB, target_ob.name)
>
> target = target_ob.name
> if isinstance(target_ob, gen_base.TargetJava):
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: svn-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: svn-help@subversion.tigris.org
>
>

-- 
David Wayne Summers          "Linux: Because reboots are for hardware upgrades!"
david_at_summersoft.fay.ar.us   PGP Key: http://summersoft.fay.ar.us/~david/pgp.txt
PGP Key fingerprint =  C0 E0 4F 50 DD A9 B6 2B  60 A1 31 7E D2 28 6D A8 
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sun Apr 4 08:33:13 2004

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.