Add no CVS to make_mkid.

This commit is contained in:
Bruce Momjian 2000-02-10 18:41:35 +00:00
parent ecef31ca61
commit 25fdc6bac6
1 changed files with 1 additions and 1 deletions

View File

@ -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