mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
"make tags": remove -t option of ctags
The option was kept for backward compatibility, but it was completly removed recently. Patch written by Stéphane Wirtel.
This commit is contained in:
parent
798d7fbad4
commit
9c4bfa6669
1 changed files with 2 additions and 2 deletions
|
@ -1563,8 +1563,8 @@ autoconf:
|
|||
# Create a tags file for vi
|
||||
tags::
|
||||
cd $(srcdir); \
|
||||
ctags -w -t Include/*.h; \
|
||||
for i in $(SRCDIRS); do ctags -w -t -a $$i/*.[ch]; \
|
||||
ctags -w Include/*.h; \
|
||||
for i in $(SRCDIRS); do ctags -w -a $$i/*.[ch]; \
|
||||
done; \
|
||||
sort -o tags tags
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue