aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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