1
0
mirror of https://github.com/postgres/postgres.git synced 2025-09-02 04:21:28 +03:00

Update make_mkid for mkid version 4.0.

This commit is contained in:
Bruce Momjian
2000-03-31 01:41:27 +00:00
parent 175dbf741b
commit be1d9fea15
2 changed files with 5 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
#!/bin/sh
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
find . -name 'CVS' -prune -o -type d -print |while read DIR
do