summaryrefslogtreecommitdiffstats
path: root/contrib/global/systags/systags.sh
diff options
context:
space:
mode:
authorcwt <cwt@FreeBSD.org>1997-12-15 23:08:46 +0000
committercwt <cwt@FreeBSD.org>1997-12-15 23:08:46 +0000
commitb1200e5a86469f83f9487d32847b49df6f6e8d81 (patch)
tree84ffbd5bfaa52e29af60dccffd70e807e7110a91 /contrib/global/systags/systags.sh
parentd9973ba95ba5804ff9b4d3b5295bc5126726e474 (diff)
parent2d4696c8a0217d673b65b4f308e71d6ae8f5ebc6 (diff)
downloadFreeBSD-src-b1200e5a86469f83f9487d32847b49df6f6e8d81.zip
FreeBSD-src-b1200e5a86469f83f9487d32847b49df6f6e8d81.tar.gz
This commit was generated by cvs2svn to compensate for changes in r31750,
which included commits to RCS files with non-trunk default branches.
Diffstat (limited to 'contrib/global/systags/systags.sh')
-rwxr-xr-xcontrib/global/systags/systags.sh10
1 files changed, 5 insertions, 5 deletions
diff --git a/contrib/global/systags/systags.sh b/contrib/global/systags/systags.sh
index f14c4ad..09fa205 100755
--- a/contrib/global/systags/systags.sh
+++ b/contrib/global/systags/systags.sh
@@ -58,15 +58,15 @@ fi
# remove old files
#
case $nflag in
-1) echo "rm -rf $dir/htags.log $dir/GTAGS $dir/GRTAGS $dir/HTML";;
-*) rm -rf $dir/htags.log $dir/GTAGS $dir/GRTAGS $dir/HTML;;
+1) echo "rm -rf $dir/htags.log $dir/gtags.log $dir/GTAGS $dir/GRTAGS $dir/GSYMS $dir/HTML";;
+*) rm -rf $dir/htags.log $dir/gtags.log $dir/GTAGS $dir/GRTAGS $dir/GSYMS $dir/HTML;;
esac
#
-# make global database(GTAGS, GRTAGS).
+# make global database(GTAGS, GRTAGS, GSYMS).
#
case $nflag in
-1) echo "gtags -se $dir";;
-*) gtags -se $dir;;
+1) echo "gtags -v $dir > $dir/gtags.log 2>&1";;
+*) gtags -v $dir > $dir/gtags.log 2>&1;;
esac
case $? in
0) ;;
OpenPOWER on IntegriCloud