mirror of
https://github.com/MariaDB/server.git
synced 2025-01-22 14:54:20 +01:00
Added 'tags' target in makefile to do both TAGS and cscope.out
git-svn-id: file:///svn/tokudb@5620 c7de825b-a66e-492c-adef-691d508d4ae1
This commit is contained in:
parent
8a5abb1b83
commit
3873681393
1 changed files with 2 additions and 0 deletions
2
Makefile
2
Makefile
|
@ -22,6 +22,8 @@ cscope.files: $(CSCOPE_DIRS)
|
|||
cscope.out: cscope.files $(CSCOPE_FILES)
|
||||
$(CSCOPE) -b
|
||||
|
||||
tags: cscope.out TAGS
|
||||
|
||||
src.dir: newbrt.dir
|
||||
cxx.dir: src.dir
|
||||
db-benchmark-test.dir: src.dir
|
||||
|
|
Loading…
Add table
Reference in a new issue