You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by David Summers <da...@summersoft.fay.ar.us> on 2004/04/04 06:11:07 UTC

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

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@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