]> granicus.if.org Git - postgresql/commitdiff
Back out make_mkid change.
authorBruce Momjian <bruce@momjian.us>
Sat, 4 Jun 2005 18:20:43 +0000 (18:20 +0000)
committerBruce Momjian <bruce@momjian.us>
Sat, 4 Jun 2005 18:20:43 +0000 (18:20 +0000)
src/tools/make_mkid

index 13a848a7ee38e31935fc22c94071f762c7646551..ac71bd92b5badf2871547d550207efeb43422bd7 100755 (executable)
@@ -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