mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-12-21 08:29:39 +08:00
Back out make_mkid change.
This commit is contained in:
parent
00750f3f30
commit
fb91a83e0e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user