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

[PATCH]: transform_libtool_scripts.py

From: Martin Furter <mf_at_rola.ch>
Date: Tue, 14 Dec 2010 11:09:34 +0100 (CET)

Hello

I again fell over transform_libtool_scripts.sh on solaris.
Here's a version in python which reads all the needed information from
build.conf instead of searching the filesystem.

I ran "make check" but it stopped at authz_tests:
[[[
...
Running tests in authz_tests.py [36/87][SKIPPED] Python sqlite3 module required
Don't know what to do about authz_tests.py
]]]
It's right, I don't have the sqlite3 module, but that's not a reason to
stop testing. I'll investigate that later...

There were just two FAIL's in fs-pack-test, the other tests were running
successfully.

Please comment and/or approve for commit.

- Martin

[[[
Replace a disgusting shell script by nice python code.
transform_libtool_scripts.py is more portable and also reads build.conf.

* Makefile.in
   (transform-libtool-scripts): Call the python script.
* build/transform_libtool_scripts.sh
   Delete.
* build/transform_libtool_scripts.py
   New file.
]]]

Received on 2010-12-14 11:10:34 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.