From: Bruce Momjian Date: Sat, 4 Jun 2005 18:20:43 +0000 (+0000) Subject: Back out make_mkid change. X-Git-Tag: REL8_1_0BETA1~656 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fb91a83e0ebf11b99148d15891188333381f82b1;p=postgresql Back out make_mkid change. --- diff --git a/src/tools/make_mkid b/src/tools/make_mkid index 13a848a7ee..ac71bd92b5 100755 --- a/src/tools/make_mkid +++ b/src/tools/make_mkid @@ -1,10 +1,9 @@ -: +#!/bin/sh mkid `find \`pwd\`/ \( -name _deadcode -a -prune \) -o \ -type f -name '*.[chyl]' -print|sed 's;//;/;g'` -find . \( -name 'CVS' -prune -o -name '_xlk' -prune \) -o -type d -print | -while read DIR +find . -name 'CVS' -prune -o -type d -print |while read DIR do [ "$DIR" != "." ] && ln -f -s `echo "$DIR" | sed 's;/[^/]*;/..;g'`/ID $DIR/ID done