Skip to content

Commit 7e31b49

Browse files
committed
Run the python files last
1 parent 4681826 commit 7e31b49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile.pre.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1735,11 +1735,11 @@ tags::
17351735

17361736
# Create a tags file for GNU Emacs
17371737
TAGS::
1738-
find $(srcdir)/Lib -type f -name "*.py" -not -name "test_*.py" -not -path "*/test/*" -not -path "*/tests/*" -not -path "*/*_test/*" | etags -
17391738
cd $(srcdir); \
17401739
etags Include/*.h Include/cpython/*.h Include/internal/*.h; \
17411740
for i in $(SRCDIRS); do etags -a $$i/*.[ch]; done
17421741
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
17431743

17441744
# Sanitation targets -- clean leaves libraries, executables and tags
17451745
# files, which clobber removes as well

0 commit comments

Comments
 (0)