summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorzbao <zheng.bao@amd.com>2012-03-23 10:26:28 +0800
committerPatrick Georgi <patrick@georgi-clan.de>2012-03-31 12:06:10 +0200
commitd086d51b5e550d65ad118db71d23c88429df3262 (patch)
treea6fab1edb3e5d7a0f692cc0e12e5ce125576bb49 /Makefile
parenta860c683bc257c94f836b444bb7e67039b86f8d2 (diff)
downloadcoreboot-staging-d086d51b5e550d65ad118db71d23c88429df3262.zip
coreboot-staging-d086d51b5e550d65ad118db71d23c88429df3262.tar.gz
Keep cscope.out when distclean.
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>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c5ee1f2..2723efb 100644
--- 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
OpenPOWER on IntegriCloud