OSDN Git Service

Add no CVS to make_mkid.
authorBruce Momjian <bruce@momjian.us>
Thu, 10 Feb 2000 18:41:35 +0000 (18:41 +0000)
committerBruce Momjian <bruce@momjian.us>
Thu, 10 Feb 2000 18:41:35 +0000 (18:41 +0000)
src/tools/make_mkid

index 153a017..0a8f5a3 100755 (executable)
@@ -2,7 +2,7 @@
 find `pwd`/ \( -name _deadcode -a -prune \) -o \
        -type f -name '*.[chyl]' -print|sed 's;//;/;g' | mkid -S.gen=C -
 
-find . -type d -print |while read DIR
+find . -name  'CVS' -prune -o -type d -print  |while read DIR
 do
        [ "$DIR" != "." ] && ln -f -s `pwd`/ID $DIR/ID
 done