]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix find command in makefile “funny” target
authorÉric Araujo <merwok@netwok.org>
Wed, 10 Aug 2011 00:01:32 +0000 (02:01 +0200)
committerÉric Araujo <merwok@netwok.org>
Wed, 10 Aug 2011 00:01:32 +0000 (02:01 +0200)
Makefile.pre.in

index dfa721996d0d642275419d1b30c0097dc733bec6..1108c75eca76c46cff884a7c942fce4dadc6467a 100644 (file)
@@ -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: