1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-26 10:04:02 +03:00

build: spelling fix, and syntax highlighting fix

This commit is contained in:
Andrew Tridgell 2010-03-19 20:30:14 +11:00
parent 344621cb0f
commit 75c2c870c1

View File

@ -77,11 +77,11 @@ def etags(ctx):
os.system(cmd)
def ctags(ctx):
'''build 'tags' file using ctags'''
"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 "Rinning: %s" % cmd
print "Running: %s" % cmd
os.system(cmd)
# putting this here enabled build in the list