From: William Lallemand Date: Fri, 18 Oct 2013 14:26:39 +0000 (+0200) Subject: MINOR: Makefile: provide cscope rule X-Git-Tag: v1.5-dev20~259 X-Git-Url: http://git.kaiwu.me/postgresql/log/contrib/postgres_fdw/static/gitweb.js?a=commitdiff_plain;h=9e5cc8d63ae539a9aa58858a1d9fa3b0b0e74eee;p=haproxy.git MINOR: Makefile: provide cscope rule "make cscope" builds tags for cscope. --- diff --git a/Makefile b/Makefile index 0529e8937..2acaee4aa 100644 --- a/Makefile +++ b/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 \