Author: wyoung
Date: Thu Jun 25 08:13:33 2009
New Revision: 2535
URL: http://svn.gna.org/viewcvs/mysqlpp?rev=2535&view=rev
Log:
Greatly simplified tags/ctags target, using Exuberant Ctags' built-in
recursion logic instead of hand-rolled set of files to look at.
Modified:
trunk/mysql++.bkl
Modified: trunk/mysql++.bkl
URL:
http://svn.gna.org/viewcvs/mysqlpp/trunk/mysql%2B%2B.bkl?rev=2535&r1=2534&r2=2535&view=diff
==============================================================================
--- trunk/mysql++.bkl (original)
+++ trunk/mysql++.bkl Thu Jun 25 08:13:33 2009
@@ -386,8 +386,7 @@
<action id="tags">
<is-phony/>
- <command>ctags `pwd`/{examples,lib}/*.{cpp,h}</command>
- <command>for d in examples lib ; do cd $(DDD) ; ln -sf ../tags . ; cd ..
; done</command>
+ <command>ctags --recurse=yes .</command>
</action>
<action id="ctags"><depends>tags</depends></action>
_______________________________________________
Mysqlpp-commits mailing list
[email protected]
https://mail.gna.org/listinfo/mysqlpp-commits