summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2010-03-22 13:15:29 +1100
committerAndrew Tridgell <tridge@samba.org>2010-04-06 20:26:59 +1000
commit0bb6c60e3177d9167c45b828187ce6658aea2144 (patch)
tree330c325209feeedb4571d1200f2c90dff44e2d85
parent2239a52fecc5e630e61d72b3b13e18bad9c582e0 (diff)
downloadsamba-0bb6c60e3177d9167c45b828187ce6658aea2144.tar.gz
samba-0bb6c60e3177d9167c45b828187ce6658aea2144.tar.bz2
samba-0bb6c60e3177d9167c45b828187ce6658aea2144.zip
build: added etags and ctags make targets
-rw-r--r--source4/Makefile.waf6
1 files changed, 6 insertions, 0 deletions
diff --git a/source4/Makefile.waf b/source4/Makefile.waf
index d2128b46af..e304540637 100644
--- a/source4/Makefile.waf
+++ b/source4/Makefile.waf
@@ -45,3 +45,9 @@ torture: all
# this should do an install as well, once install is finished
installcheck: test
+etags:
+ $(WAF) etags
+
+ctags:
+ $(WAF) ctags
+