projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5d075bb
)
Add instructions.
author
Bruce Momjian
Thu, 22 Sep 2005 21:59:50 +0000
(21:59 +0000)
committer
Bruce Momjian
Thu, 22 Sep 2005 21:59:50 +0000
(21:59 +0000)
src/tools/codelines
patch
|
blob
|
blame
|
history
diff --git
a/src/tools/codelines
b/src/tools/codelines
index b74a0c792ed2b5b9f53a82a3bb28eacea35cb461..c72cab442f542cca503cbc6573da3122b430b3a9 100755
(executable)
--- a/
src/tools/codelines
+++ b/
src/tools/codelines
@@
-1,4
+1,5
@@
:
# This script is used to compute the total number of "C" lines in the release
+# This should be run from the top of the CVS tree after a 'make distclean'
find . -name '*.[chyl]' | xargs cat| wc -l