[coreboot] [filo] [PATCH trivial] 'make distclean' forgot to rm .xcompile

Jens Rottmann JRottmann at LiPPERTEmbedded.de
Tue Aug 17 12:05:17 CEST 2010


filo: 'make distclean' forgot to rm .xcompile

Added to Makefile.

Signed-off-by: Jens Rottmann <JRottmann at LiPPERTEmbedded.de>
---

--- filo/Makefile	(revision 135)
+++ filo/Makefile	(working copy)
@@ -159,7 +159,7 @@
 
 distclean: clean
 	$(Q)rm -rf build
-	$(Q)rm -f .config lib.config .config.old ..config.tmp .kconfig.d .tmpconfig*
+	$(Q)rm -f .config lib.config .config.old .xcompile ..config.tmp .kconfig.d .tmpconfig*
 
 FORCE:
 
_




More information about the coreboot mailing list