Author: wyoung
Date: Thu Jun 20 23:02:46 2013
New Revision: 2730
URL: http://svn.gna.org/viewcvs/mysqlpp?rev=2730&view=rev
Log:
Updated abicheck target to work with current version of program, which
dropped the .pl from the program name and has an install script so we
don't have to hard-code a path to it.
Modified:
trunk/mysql++.bkl
Modified: trunk/mysql++.bkl
URL:
http://svn.gna.org/viewcvs/mysqlpp/trunk/mysql%2B%2B.bkl?rev=2730&r1=2729&r2=2730&view=diff
==============================================================================
--- trunk/mysql++.bkl (original)
+++ trunk/mysql++.bkl Thu Jun 20 23:02:46 2013
@@ -592,8 +592,7 @@
<command>
<![CDATA[
sed -e s/`sh version`/$(STABLEABI)/ < abi.xml >
../$(STABLEABI)/abi.xml
- ~/src/abi-compliance-checker/head/abi-compliance-checker.pl \
- -lib mysqlpp -d1 ../$(STABLEABI)/abi.xml -d2 abi.xml
+ abi-compliance-checker -lib mysqlpp -d1 ../$(STABLEABI)/abi.xml -d2
abi.xml
]]>
</command>
</action>
_______________________________________________
Mysqlpp-commits mailing list
[email protected]
https://mail.gna.org/listinfo/mysqlpp-commits