mirror of
https://github.com/AdaCore/cpython.git
synced 2026-02-12 12:57:15 -08: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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user