projects
/
chaz
/
yoink
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
preliminary AM_SILENT_RULES support
[chaz/yoink]
/
cscope.make
1
#!/bin/sh
2
3
current=`pwd`
4
cd /
5
find "$current" \
6
-iname "*.c" -o \
7
-iname "*.h" -o \
8
-iname "*.cc" -o \
9
-iname "*.hh" |sed '/ / s/^\(.*\)/"\1"/' >"$current/cscope.files"
10
11
cd "$current"
12
13
cscope -b -q
14
This page took
0.032146 seconds
and
5
git commands to generate.