mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-11-09 12:48:43 +00:00
Build: Fix tags generation
This commit is contained in:
parent
d774f6d721
commit
a40ddf5c61
@ -194,10 +194,10 @@ static-scan:
|
|||||||
$(Q)scan-build $(STATIC_SCAN_FLAGS) $(MAKE) -$(MAKEFLAGS)
|
$(Q)scan-build $(STATIC_SCAN_FLAGS) $(MAKE) -$(MAKEFLAGS)
|
||||||
|
|
||||||
tags:
|
tags:
|
||||||
cd $(srcdir) ; etags -lc `find $(dirs) -name *.[chY]`
|
cd $(srcdir) ; etags -lc `find $(dirs) -name '*.[chY]'`
|
||||||
|
|
||||||
cscope:
|
cscope:
|
||||||
cd $(srcdir) ; find $(dirs) -name *.[chY] > cscope.files ; cscope -b
|
cd $(srcdir) ; find $(dirs) -name '*.[chY]' > cscope.files ; cscope -b
|
||||||
|
|
||||||
# Install
|
# Install
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user