diff options
author | Stefan Metzmacher <metze@samba.org> | 2004-05-13 10:26:22 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:53:40 -0500 |
commit | 5ad0ccbd59780c495ffd5e2cc79fd3488ed24286 (patch) | |
tree | 6dce517845dd22bf69df558d8fa6dd957f95275f /source4/build | |
parent | f236700ef67d4f93ec56ec7808584552e94e0dfe (diff) | |
download | samba-5ad0ccbd59780c495ffd5e2cc79fd3488ed24286.tar.gz samba-5ad0ccbd59780c495ffd5e2cc79fd3488ed24286.tar.bz2 samba-5ad0ccbd59780c495ffd5e2cc79fd3488ed24286.zip |
r666: readd 'make etags' and 'make ctags'
metze
(This used to be commit fcab9867f90f86c329d82925549c2f9733131ab5)
Diffstat (limited to 'source4/build')
-rw-r--r-- | source4/build/smb_build/makefile.pl | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/source4/build/smb_build/makefile.pl b/source4/build/smb_build/makefile.pl index bb7df5a9f2..b7cf9b0e99 100644 --- a/source4/build/smb_build/makefile.pl +++ b/source4/build/smb_build/makefile.pl @@ -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; |