mirror of
https://github.com/haproxy/haproxy.git
synced 2026-04-15 21:59:41 -04:00
MINOR: Makefile: provide cscope rule
"make cscope" builds tags for cscope.
This commit is contained in:
parent
9ca6936c80
commit
9e5cc8d63a
1 changed files with 3 additions and 0 deletions
3
Makefile
3
Makefile
|
|
@ -717,6 +717,9 @@ tags:
|
|||
find src include \( -name '*.c' -o -name '*.h' \) -print0 | \
|
||||
xargs -0 etags --declarations --members
|
||||
|
||||
cscope:
|
||||
find src include -name "*.[ch]" -print | cscope -q -b -i -
|
||||
|
||||
tar: clean
|
||||
ln -s . haproxy-$(VERSION)
|
||||
tar --exclude=haproxy-$(VERSION)/.git \
|
||||
|
|
|
|||
Loading…
Reference in a new issue