summaryrefslogtreecommitdiff
path: root/utils/countloc.sh
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2004-09-20 08:09:36 +0000
committerReid Spencer <rspencer@reidspencer.com>2004-09-20 08:09:36 +0000
commit181e65dff10d7c06ae61e35f79003ea79186635e (patch)
treea4114d6472b0ee3cb77fc148aec3d4990b3faec2 /utils/countloc.sh
parent9610fc901a7f61b065d2ddbf2d3e68a2c973ac88 (diff)
downloadllvm-181e65dff10d7c06ae61e35f79003ea79186635e.tar.gz
llvm-181e65dff10d7c06ae61e35f79003ea79186635e.tar.bz2
llvm-181e65dff10d7c06ae61e35f79003ea79186635e.tar.xz
Documentation upgrade.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16445 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils/countloc.sh')
-rwxr-xr-xutils/countloc.sh8
1 files changed, 6 insertions, 2 deletions
diff --git a/utils/countloc.sh b/utils/countloc.sh
index cc67afe033..fe77de9184 100755
--- a/utils/countloc.sh
+++ b/utils/countloc.sh
@@ -12,9 +12,13 @@
# (excluding certain things), runs "wc -l" on them to get the number of lines in
# each file and then sums up and prints the total with awk.
#
-# The script takes no arguments but does expect to be run from the top llvm
-# source directory.
+# The script takes no arguments but does expect to be run from somewhere in
+# the top llvm source directory.
#
+# Note that the implementation is based on llvmdo. See that script for more
+# details.
+##===----------------------------------------------------------------------===##
+
TOPDIR=`pwd | sed -e 's#\(.*/llvm\).*#\1#'`
if test -d "$TOPDIR" ; then
cd $TOPDIR