diff options
| author | Jonathan Herman <hermanjl@cs.unc.edu> | 2012-03-16 16:40:37 -0400 |
|---|---|---|
| committer | Jonathan Herman <hermanjl@cs.unc.edu> | 2012-03-16 16:40:37 -0400 |
| commit | cc295d3e4924efd31c268a57f01b1412c6513301 (patch) | |
| tree | 60a4f1e70a5dc0607330b18d24336f8b2fea5462 /make_cscope_database.sh | |
| parent | 1ceec23c6817d0d3cba77ea0e17b95a9fc506d42 (diff) | |
containers: added record parsing
Diffstat (limited to 'make_cscope_database.sh')
| -rwxr-xr-x | make_cscope_database.sh | 5 |
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 | |||
| 3 | CSCOPE_FILES="cscope.files" | ||
| 4 | find . -name "*.[ch]" -print > "${CSCOPE_FILES}" | ||
| 5 | cscope -b -q -k \ No newline at end of file | ||
