Makefile: add cscope target
Signed-off-by: Jens Axboe <axboe@kernel.dk>
This commit is contained in:
5
Makefile
5
Makefile
@@ -31,10 +31,13 @@ install:
|
|||||||
@$(MAKE) -C src install prefix=$(DESTDIR)$(prefix) includedir=$(DESTDIR)$(includedir) libdir=$(DESTDIR)$(libdir)
|
@$(MAKE) -C src install prefix=$(DESTDIR)$(prefix) includedir=$(DESTDIR)$(includedir) libdir=$(DESTDIR)$(libdir)
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
@rm -f config-host.mak config-host.h
|
@rm -f config-host.mak config-host.h cscope.out
|
||||||
@$(MAKE) -C src clean
|
@$(MAKE) -C src clean
|
||||||
@$(MAKE) -C test clean
|
@$(MAKE) -C test clean
|
||||||
|
|
||||||
|
cscope:
|
||||||
|
@cscope -b -R
|
||||||
|
|
||||||
tag-archive:
|
tag-archive:
|
||||||
@git tag $(TAG)
|
@git tag $(TAG)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user