summaryrefslogtreecommitdiffstats
path: root/Makefile.pre.in
diff options
context:
space:
mode:
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)
commite9715b9001fbbcacee1b3a2b3927ca4e3729bda7 (patch)
treefcd0ef50b4afd2de827c2ed2439ff7c245a14afa /Makefile.pre.in
parentcfcc9779fc7b756fa1c01b4816e16c7615a9ad3a (diff)
parentd9d7bca6dac2917eac7bd0ec306ad298d2de4a78 (diff)
downloadcpython-e9715b9001fbbcacee1b3a2b3927ca4e3729bda7.zip
cpython-e9715b9001fbbcacee1b3a2b3927ca4e3729bda7.tar.gz
cpython-e9715b9001fbbcacee1b3a2b3927ca4e3729bda7.tar.bz2
Merge 3.2
Diffstat (limited to 'Makefile.pre.in')
-rw-r--r--Makefile.pre.in6
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: