Commit 25fdc6ba authored by Bruce Momjian's avatar Bruce Momjian

Add no CVS to make_mkid.

parent ecef31ca
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
find `pwd`/ \( -name _deadcode -a -prune \) -o \ find `pwd`/ \( -name _deadcode -a -prune \) -o \
-type f -name '*.[chyl]' -print|sed 's;//;/;g' | mkid -S.gen=C - -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 do
[ "$DIR" != "." ] && ln -f -s `pwd`/ID $DIR/ID [ "$DIR" != "." ] && ln -f -s `pwd`/ID $DIR/ID
done done
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment