Commit 1c608e38 authored by Éric Araujo's avatar Éric Araujo

Fix find command in makefile “funny” target

parent ef1e94a8
...@@ -1283,7 +1283,7 @@ smelly: all ...@@ -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: ...@@ -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:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment