From a6ddc2061730af713d69b78968a84c1be929f4c4 Mon Sep 17 00:00:00 2001 From: Stephen Hemminger Date: Wed, 14 Mar 2012 10:22:25 -0700 Subject: [PATCH] Keep cscope around after make clean Follow convention of kernel and keep cscope file around after make clean. --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 -- 2.47.2