[PATCH] remove duplicate ctags definition from wscript

Günther Deschner gd at samba.org
Tue Jan 24 10:52:18 UTC 2017


Hi,

please review and push.

Thanks,
Guenther
-- 
Günther Deschner                    GPG-ID: 8EE11688
Red Hat                         gdeschner at redhat.com
Samba Team                              gd at samba.org
-------------- next part --------------
From a89145dab3b12f5889a9ccbf19de67b433a836c3 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?G=C3=BCnther=20Deschner?= <gd at samba.org>
Date: Mon, 23 Jan 2017 16:45:53 +0100
Subject: [PATCH] s3-waf: remove duplicate ctags definition

Guenther

Signed-off-by: Guenther Deschner <gd at samba.org>
---
 source3/wscript | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/source3/wscript b/source3/wscript
index b09e372..2c95b5c 100644
--- a/source3/wscript
+++ b/source3/wscript
@@ -1861,12 +1861,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.9.3

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 201 bytes
Desc: OpenPGP digital signature
URL: <http://lists.samba.org/pipermail/samba-technical/attachments/20170124/13de4776/signature.sig>


More information about the samba-technical mailing list