Keep cscope.out when distclean.
authorzbao <zheng.bao@amd.com>
Fri, 23 Mar 2012 02:26:28 +0000 (10:26 +0800)
committerPatrick Georgi <patrick@georgi-clan.de>
Sat, 31 Mar 2012 10:06:10 +0000 (12:06 +0200)
It doesnt make sense to delete cscope.out when make
distclean. Distclean is done all the time, and cscope database is also
needed all the time. If we need to delete all the untracked files, we
can use git-clean.

Change-Id: Ic248ccd602ddc88d0b98d5d7f6cbbf530cd82e87
Signed-off-by: Zheng Bao <zheng.bao@amd.com>
Signed-off-by: zbao <fishbaozi@gmail.com>
Reviewed-on: http://review.coreboot.org/831
Tested-by: build bot (Jenkins)
Reviewed-by: Patrick Georgi <patrick@georgi-clan.de>
Makefile

index c5ee1f29dcf1df11a5f839c9cddd7e22ddc96434..2723efbbebfd404eb5bb004768aa43fa8de5c582 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -276,7 +276,7 @@ clean: clean-for-update clean-target
 clean-cscope:
        rm -f cscope.out
 
-distclean: clean-cscope
+distclean:
        rm -rf $(obj)
        rm -f .config .config.old ..config.tmp .kconfig.d .tmpconfig* .ccwrap .xcompile