From: Bruce Momjian Date: Thu, 10 Feb 2000 18:41:35 +0000 (+0000) Subject: Add no CVS to make_mkid. X-Git-Tag: REL7_0~666 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=25fdc6bac6b72cf9d19da9b9a623874957461591;p=thirdparty%2Fpostgresql.git Add no CVS to make_mkid. --- diff --git a/src/tools/make_mkid b/src/tools/make_mkid index 153a0176de9..0a8f5a34d20 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