[Buildroot] [PATCH] distclean: clean a bit more

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Sun Mar 29 11:38:52 UTC 2015


Dear Yann E. MORIN,

On Sun, 29 Mar 2015 11:56:21 +0200, Yann E. MORIN wrote:
> Signed-off-by: "Yann E. MORIN" <yann.morin.1998 at free.fr>
> ---
>  Makefile | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
> 
> diff --git a/Makefile b/Makefile
> index 33a89b1..edb122b 100644
> --- a/Makefile
> +++ b/Makefile
> @@ -843,7 +843,8 @@ endif
>  ifeq ($(O),output)
>  	rm -rf $(O)
>  endif
> -	rm -rf $(BR2_CONFIG) $(CONFIG_DIR)/.config.old $(CONFIG_DIR)/.auto.deps
> +	rm -rf $(BR2_CONFIG) $(CONFIG_DIR)/.config.old $(CONFIG_DIR)/..config.tmp \
> +		$(CONFIG_DIR)/.auto.deps

Applied, thanks. Any reason to not also remove .config.cmd ?

Thanks,

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com



More information about the buildroot mailing list