diff options
author | Éric Araujo <merwok@netwok.org> | 2011-08-10 19:42:23 (GMT) |
---|---|---|
committer | Éric Araujo <merwok@netwok.org> | 2011-08-10 19:42:23 (GMT) |
commit | e9715b9001fbbcacee1b3a2b3927ca4e3729bda7 (patch) | |
tree | fcd0ef50b4afd2de827c2ed2439ff7c245a14afa /Makefile.pre.in | |
parent | cfcc9779fc7b756fa1c01b4816e16c7615a9ad3a (diff) | |
parent | d9d7bca6dac2917eac7bd0ec306ad298d2de4a78 (diff) | |
download | cpython-e9715b9001fbbcacee1b3a2b3927ca4e3729bda7.zip cpython-e9715b9001fbbcacee1b3a2b3927ca4e3729bda7.tar.gz cpython-e9715b9001fbbcacee1b3a2b3927ca4e3729bda7.tar.bz2 |
Merge 3.2
Diffstat (limited to 'Makefile.pre.in')
-rw-r--r-- | Makefile.pre.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in index c97c7ca..071c80b 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -1331,8 +1331,8 @@ smelly: all # Find files with funny names funny: - find $(DISTDIRS) \ - -o -type d \ + find $(SUBDIRS) $(SUBDIRSTOO) \ + -type d \ -o -name '*.[chs]' \ -o -name '*.py' \ -o -name '*.pyw' \ @@ -1360,7 +1360,7 @@ funny: -o -name .hgignore \ -o -name .bzrignore \ -o -name MANIFEST \ - -o -print + -print # Perform some verification checks on any modified files. patchcheck: |