mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +00:00
Fix find command in makefile “funny” target
This commit is contained in:
parent
ef1e94a848
commit
1c608e3847
1 changed files with 2 additions and 2 deletions
|
|
@ -1283,7 +1283,7 @@ smelly: all
|
|||
|
||||
# Find files with funny names
|
||||
funny:
|
||||
find $(DISTDIRS) \
|
||||
find $(SUBDIRS) $(SUBDIRSTOO) \
|
||||
-name .svn -prune \
|
||||
-o -type d \
|
||||
-o -name '*.[chs]' \
|
||||
|
|
@ -1313,7 +1313,7 @@ funny:
|
|||
-o -name .hgignore \
|
||||
-o -name .bzrignore \
|
||||
-o -name MANIFEST \
|
||||
-o -print
|
||||
-print
|
||||
|
||||
# Perform some verification checks on any modified files.
|
||||
patchcheck:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue