mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-01-12 18:34:36 +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 \
|
mkid `find \`pwd\`/ \( -name _deadcode -a -prune \) -o \
|
||||||
-type f -name '*.[chyl]' -print|sed 's;//;/;g'`
|
-type f -name '*.[chyl]' -print|sed 's;//;/;g'`
|
||||||
|
|
||||||
find . \( -name 'CVS' -prune -o -name '_xlk' -prune \) -o -type d -print |
|
find . -name 'CVS' -prune -o -type d -print |while read DIR
|
||||||
while read DIR
|
|
||||||
do
|
do
|
||||||
[ "$DIR" != "." ] && ln -f -s `echo "$DIR" | sed 's;/[^/]*;/..;g'`/ID $DIR/ID
|
[ "$DIR" != "." ] && ln -f -s `echo "$DIR" | sed 's;/[^/]*;/..;g'`/ID $DIR/ID
|
||||||
done
|
done
|
||||||
|
Loading…
Reference in New Issue
Block a user