From b1dc72df2305748ecd02085c0845377b17c5ead9 Mon Sep 17 00:00:00 2001 From: =?utf8?q?G=C3=BCnther=20Deschner?= Date: Mon, 23 Jan 2017 16:45:53 +0100 Subject: [PATCH] s3-waf: remove duplicate ctags definition MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Guenther Signed-off-by: Guenther Deschner Reviewed-by: Volker Lendecke Autobuild-User(master): Günther Deschner Autobuild-Date(master): Tue Feb 14 17:38:34 CET 2017 on sn-devel-144 --- source3/wscript | 9 --------- 1 file changed, 9 deletions(-) diff --git a/source3/wscript b/source3/wscript index b886e1b69e4..07338e90271 100644 --- a/source3/wscript +++ b/source3/wscript @@ -1869,12 +1869,3 @@ main() { Logs.info("%s: %s" % (shared_env, ','.join(conf.env[shared_env]))) conf.SAMBA_CONFIG_H('include/config.h') - -def ctags(ctx): - "build 'tags' file using ctags" - import Utils - source_root = os.path.dirname(Utils.g_module.root_path) - cmd = 'ctags $(find %s/.. -name "*.[ch]" | grep -v "*_proto\.h")' % source_root - print("Running: %s" % cmd) - os.system(cmd) - -- 2.47.2