aboutsummaryrefslogtreecommitdiffstats
path: root/make_cscope_database.sh
diff options
context:
space:
mode:
authorJonathan Herman <hermanjl@cs.unc.edu>2012-03-16 16:40:37 -0400
committerJonathan Herman <hermanjl@cs.unc.edu>2012-03-16 16:40:37 -0400
commitcc295d3e4924efd31c268a57f01b1412c6513301 (patch)
tree60a4f1e70a5dc0607330b18d24336f8b2fea5462 /make_cscope_database.sh
parent1ceec23c6817d0d3cba77ea0e17b95a9fc506d42 (diff)
containers: added record parsing
Diffstat (limited to 'make_cscope_database.sh')
-rwxr-xr-xmake_cscope_database.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/make_cscope_database.sh b/make_cscope_database.sh
new file mode 100755
index 0000000..c1edd2e
--- /dev/null
+++ b/make_cscope_database.sh
@@ -0,0 +1,5 @@
1#!/bin/bash
2
3CSCOPE_FILES="cscope.files"
4find . -name "*.[ch]" -print > "${CSCOPE_FILES}"
5cscope -b -q -k \ No newline at end of file