projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ecef31c
)
Add no CVS to make_mkid.
author
Bruce Momjian
<bruce@momjian.us>
Thu, 10 Feb 2000 18:41:35 +0000
(18:41 +0000)
committer
Bruce Momjian
<bruce@momjian.us>
Thu, 10 Feb 2000 18:41:35 +0000
(18:41 +0000)
src/tools/make_mkid
patch
|
blob
|
blame
|
history
diff --git
a/src/tools/make_mkid
b/src/tools/make_mkid
index 153a0176de94a96764493e296a5fe2e6322458c2..0a8f5a34d20d247202e2b34a22c204b788f65893 100755
(executable)
--- a/
src/tools/make_mkid
+++ b/
src/tools/make_mkid
@@
-2,7
+2,7
@@
find `pwd`/ \( -name _deadcode -a -prune \) -o \
-type f -name '*.[chyl]' -print|sed 's;//;/;g' | mkid -S.gen=C -
-find . -
type d -print
|while read DIR
+find . -
name 'CVS' -prune -o -type d -print
|while read DIR
do
[ "$DIR" != "." ] && ln -f -s `pwd`/ID $DIR/ID
done