Fix find command in makefile “funny” target

This commit is contained in:
Éric Araujo 2011-08-10 02:01:32 +02:00
parent ef1e94a848
commit 1c608e3847

View file

@ -1283,7 +1283,7 @@ smelly: all
# Find files with funny names # Find files with funny names
funny: funny:
find $(DISTDIRS) \ find $(SUBDIRS) $(SUBDIRSTOO) \
-name .svn -prune \ -name .svn -prune \
-o -type d \ -o -type d \
-o -name '*.[chs]' \ -o -name '*.[chs]' \
@ -1313,7 +1313,7 @@ funny:
-o -name .hgignore \ -o -name .hgignore \
-o -name .bzrignore \ -o -name .bzrignore \
-o -name MANIFEST \ -o -name MANIFEST \
-o -print -print
# Perform some verification checks on any modified files. # Perform some verification checks on any modified files.
patchcheck: patchcheck: