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 ecef31c commit 25fdc6bCopy full SHA for 25fdc6b
src/tools/make_mkid
@@ -2,7 +2,7 @@
2
find `pwd`/ \( -name _deadcode -a -prune \) -o \
3
-type f -name '*.[chyl]' -print|sed 's;//;/;g' | mkid -S.gen=C -
4
5
-find . -type d -print |while read DIR
+find . -name 'CVS' -prune -o -type d -print |while read DIR
6
do
7
[ "$DIR" != "." ] && ln -f -s `pwd`/ID $DIR/ID
8
done
0 commit comments