From: shemminger Date: Thu, 23 Jun 2005 17:31:49 +0000 (+0000) Subject: Add cscope target to Makefile X-Git-Tag: ss-050808~18 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f6aa8e00ac1661247981164cf1c13d9a2a8ae7e3;p=thirdparty%2Fiproute2.git Add cscope target to Makefile --- diff --git a/Makefile b/Makefile index 54c2a635c..21ff831c8 100644 --- a/Makefile +++ b/Makefile @@ -57,6 +57,7 @@ install: all install -m 0644 $(shell find man/man3 -maxdepth 1 -type f) $(DESTDIR)$(MANDIR)/man3 clean: + rm -f cscope.* @for i in $(SUBDIRS) doc; \ do $(MAKE) $(MFLAGS) -C $$i clean; done @@ -65,4 +66,7 @@ clobber: clean distclean: clobber +cscope: + cscope -b -q -R -Iinclude -sip -slib -smisc -snetem -stc + .EXPORT_ALL_VARIABLES: