[coreboot] New patch to review for coreboot: d9dd44c Keep cscope.out when distclean.

Zheng Bao (zheng.bao@amd.com) gerrit at coreboot.org
Sat Mar 31 09:59:26 CEST 2012


Zheng Bao (zheng.bao at amd.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/831

-gerrit

commit d9dd44c7d484839d8c9398e06eeca6505de7cb19
Author: zbao <zheng.bao at amd.com>
Date:   Fri Mar 23 10:26:28 2012 +0800

    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 at amd.com>
    Signed-off-by: zbao <fishbaozi at gmail.com>
---
 Makefile |    2 +-
 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
 




More information about the coreboot mailing list