mirror of
https://github.com/postgres/postgres.git
synced 2025-08-09 17:03:00 +03:00
Back out make_mkid change.
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user