aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2005-09-22 21:59:50 +0000
committerBruce Momjian <bruce@momjian.us>2005-09-22 21:59:50 +0000
commita5b9e18acc95fabfc91335d4674d1198cc76b97f (patch)
treec0d90ffe8f924616b4e8605b49b9a40f6c179f2c
parent5d075bb4cc225fe21c1dca907f081bfb1935a5ab (diff)
downloadpostgresql-a5b9e18acc95fabfc91335d4674d1198cc76b97f.tar.gz
postgresql-a5b9e18acc95fabfc91335d4674d1198cc76b97f.zip
Add instructions.
-rwxr-xr-xsrc/tools/codelines1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tools/codelines b/src/tools/codelines
index b74a0c792ed..c72cab442f5 100755
--- 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