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:
parent
344621cb0f
commit
75c2c870c1
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user