Commit a6ddc206 authored by Stephen Hemminger's avatar Stephen Hemminger

Keep cscope around after make clean

Follow convention of kernel and keep cscope file around
after make clean.
parent f526af99
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment