File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -1735,11 +1735,11 @@ tags::
1735
1735
1736
1736
# Create a tags file for GNU Emacs
1737
1737
TAGS::
1738
- find $(srcdir)/Lib -type f -name "*.py" -not -name "test_*.py" -not -path "*/test/*" -not -path "*/tests/*" -not -path "*/*_test/*" | etags -
1739
1738
cd $(srcdir); \
1740
1739
etags Include/*.h Include/cpython/*.h Include/internal/*.h; \
1741
1740
for i in $(SRCDIRS); do etags -a $$i/*.[ch]; done
1742
1741
etags -a $(srcdir)/Modules/_ctypes/*.[ch]
1742
+ find $(srcdir)/Lib -type f -name "*.py" -not -name "test_*.py" -not -path "*/test/*" -not -path "*/tests/*" -not -path "*/*_test/*" | etags - -a
1743
1743
1744
1744
# Sanitation targets -- clean leaves libraries, executables and tags
1745
1745
# files, which clobber removes as well
You can’t perform that action at this time.
0 commit comments