Patchwork [filo,trivial] 'make distclean' forgot to rm .xcompile

login
register
about
Submitter Jens Rottmann
Date 2010-08-17 10:05:17
Message ID <4C6A5EDD.2000400@LiPPERTEmbedded.de>
Download mbox | patch
Permalink /patch/1761/
State Accepted
Headers show

Comments

Jens Rottmann - 2010-08-17 10:05:17
filo: 'make distclean' forgot to rm .xcompile

Added to Makefile.

Signed-off-by: Jens Rottmann <JRottmann@LiPPERTEmbedded.de>
---
Stefan Reinauer - 2010-08-17 10:15:10
On 8/17/10 12:05 PM, Jens Rottmann wrote:
> filo: 'make distclean' forgot to rm .xcompile
>
> Added to Makefile.
>
> Signed-off-by: Jens Rottmann <JRottmann@LiPPERTEmbedded.de>

Thanks. r136

Patch

--- 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: