1
0
mirror of https://github.com/postgres/postgres.git synced 2025-09-03 15:22:11 +03:00

Update make_mkid

This commit is contained in:
Bruce Momjian
2000-10-11 17:55:34 +00:00
parent a37ab1d385
commit 5e38665f8a
3 changed files with 28 additions and 5 deletions

View File

@@ -1,6 +1,8 @@
#!/bin/sh
find `pwd`/ \( -name _deadcode -a -prune \) -o \
-type f -name '*.[chyl]' -print|sed 's;//;/;g' | mkid -
#set -x
mkid `find \`pwd\`/ \( -name _deadcode -a -prune \) -o \
-type f -name '*.[chyl]' -print|sed 's;//;/;g'`
find . -name 'CVS' -prune -o -type d -print |while read DIR
do