summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian2000-02-10 18:41:35 +0000
committerBruce Momjian2000-02-10 18:41:35 +0000
commitac110404d70c80a227c9fa5d50b4eac712ff8ab3 (patch)
tree0926e4beb4a96bad1718c1220b928ae6d205a2c0
parenta3f7598e6b7d49d8ad663dfea210832c55683b34 (diff)
Add no CVS to make_mkid.
-rwxr-xr-xsrc/tools/make_mkid2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/make_mkid b/src/tools/make_mkid
index 153a0176de..0a8f5a34d2 100755
--- a/src/tools/make_mkid
+++ b/src/tools/make_mkid
@@ -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