[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: Stefan Sperling <stsp_at_elego.de>
Date: Wed, 3 Feb 2010 10:12:12 +0100

On Tue, Feb 02, 2010 at 08:50:46PM -0800, Joe Swatosh wrote:
> Mimic stsp's r905799 to get the build working again.

+1 to commit.

Thanks,
Stefan

>
> [[[
>
> 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:

-- 
printf("Eh???/n");
Received on 2010-02-03 10:12:53 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.