summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian2005-09-22 21:59:50 +0000
committerBruce Momjian2005-09-22 21:59:50 +0000
commitf4f62651fd41911077817c2e5ab314b2e2610b3d (patch)
tree2a94c963327ee165db00108f5d5ddae83a2c13a7
parentc3fd3b22de2ebce6b7794763bef839a07408ae1d (diff)
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 b74a0c792e..c72cab442f 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