Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef1e94a commit 1c608e3Copy full SHA for 1c608e3
1 file changed
Makefile.pre.in
@@ -1283,7 +1283,7 @@ smelly: all
1283
1284
# Find files with funny names
1285
funny:
1286
- find $(DISTDIRS) \
+ find $(SUBDIRS) $(SUBDIRSTOO) \
1287
-name .svn -prune \
1288
-o -type d \
1289
-o -name '*.[chs]' \
@@ -1313,7 +1313,7 @@ funny:
1313
-o -name .hgignore \
1314
-o -name .bzrignore \
1315
-o -name MANIFEST \
1316
- -o -print
+ -print
1317
1318
# Perform some verification checks on any modified files.
1319
patchcheck:
0 commit comments