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

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

From: Joe Swatosh <joe.swatosh_at_gmail.com>
Date: Tue, 2 Feb 2010 20:50:46 -0800

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 05:51:20 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.