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

Re: [patch] fix broken gen-make.py for windows

From: Greg Stein <gstein_at_gmail.com>
Date: Wed, 3 Feb 2010 09:20:15 -0500

committed in r906059. thanks!

On Tue, Feb 2, 2010 at 23:50, Joe Swatosh <joe.swatosh_at_gmail.com> wrote:
> Mimic stsp's r905799 to get the build working again.
>
> [[[
>
> Follow-up to r905787:
>
> * build/generator/gen_win.py
>  (WinGeneratorBase._create_sqlite_headers): Track parameter list change for
>   transform_sql.main().
>
> ]]]
>
> Index: build/generator/gen_win.py
> ===================================================================
> --- build/generator/gen_win.py  (revision 905882)
> +++ build/generator/gen_win.py  (working copy)
> @@ -1521,9 +1521,7 @@
>       os.path.join('subversion', 'libsvn_wc', 'wc-checks'),
>       ]
>     for sql in sql_sources:
> -      transform_sql.main(open(sql + '.sql', 'r'),
> -                         open(sql + '.h', 'w'),
> -                         os.path.basename(sql + '.sql'))
> +      transform_sql.main(sql + '.sql', open(sql + '.h', 'w'))
>
>
>  class ProjectItem:
>
Received on 2010-02-03 15:20:47 CET

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.