From: Stephen Hemminger Date: Wed, 14 Mar 2012 17:22:25 +0000 (-0700) Subject: Keep cscope around after make clean X-Git-Url: https://rtime.felk.cvut.cz/gitweb/lisovros/iproute2_canprio.git/commitdiff_plain/a6ddc2061730af713d69b78968a84c1be929f4c4 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 c6e4943..a2810e5 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