[coreboot] [FILO] r136 - trunk/filo

repository service svn at coreboot.org
Tue Aug 17 12:14:41 CEST 2010


Author: stepan
Date: Tue Aug 17 12:14:40 2010
New Revision: 136
URL: http://tracker.coreboot.org/trac/filo/changeset/136

Log:
filo: 'make distclean' forgot to rm .xcompile

Added to Makefile.

Signed-off-by: Jens Rottmann <JRottmann at LiPPERTEmbedded.de>
Acked-by: Stefan Reinauer <stepan at coresystems.de>

Modified:
   trunk/filo/Makefile

Modified: trunk/filo/Makefile
==============================================================================
--- trunk/filo/Makefile	Mon Jul 19 20:33:46 2010	(r135)
+++ trunk/filo/Makefile	Tue Aug 17 12:14:40 2010	(r136)
@@ -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