From: Stephen Hemminger Date: Wed, 14 Mar 2012 17:22:25 +0000 (-0700) Subject: Keep cscope around after make clean X-Git-Tag: v3.3.0~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a6ddc2061730af713d69b78968a84c1be929f4c4;p=thirdparty%2Fiproute2.git Keep cscope around after make clean Follow convention of kernel and keep cscope file around after make clean. --- diff --git a/Makefile b/Makefile index c6e4943fe..a2810e59c 100644 --- a/Makefile +++ b/Makefile @@ -75,14 +75,13 @@ snapshot: > include/SNAPSHOT.h clean: - rm -f cscope.* @for i in $(SUBDIRS) doc; \ do $(MAKE) $(MFLAGS) -C $$i clean; done clobber: touch Config $(MAKE) $(MFLAGS) clean - rm -f Config + rm -f Config cscope.* distclean: clobber