mirror of
https://github.com/samba-team/samba.git
synced 2025-02-21 01:59:07 +03:00
r666: readd 'make etags' and 'make ctags'
metze (This used to be commit fcab9867f90f86c329d82925549c2f9733131ab5)
This commit is contained in:
parent
f236700ef6
commit
5ad0ccbd59
@ -747,6 +747,12 @@ scripting/swig/python/_tdb.so: scripting/swig/python/tdb.py scripting/swig/pytho
|
||||
\$(SHLD) \$(LDSHFLAGS) -o scripting/swig/python/_tdb.so scripting/swig/python/tdb_wrap.po \\
|
||||
\$(PYTHON_TDB_PICOBJ)
|
||||
|
||||
etags:
|
||||
etags `find \$(srcdir) -name \"*.[ch]\"`
|
||||
|
||||
ctags:
|
||||
ctags `find \$(srcdir) -name \"*.[ch]\"`
|
||||
|
||||
";
|
||||
|
||||
return $output;
|
||||
|
Loading…
x
Reference in New Issue
Block a user