[U-Boot] [PATCH 1/1] Makefile: mrproper should remove *.pyc files
Bin Meng
bmeng.cn at gmail.com
Fri Oct 4 00:32:44 UTC 2019
On Fri, Oct 4, 2019 at 12:46 AM Heinrich Schuchardt <xypron.glpk at gmx.de> wrote:
>
> *.pyc files contain compiled Python bytecode. 'make mrproper' should remove
> them.
>
> Removing *.pyc files helps for instance sometimes when running into an
> error "binman: Unknown entry type 'blob' in node '/binman/blob'".
>
> Signed-off-by: Heinrich Schuchardt <xypron.glpk at gmx.de>
> ---
> Makefile | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
Reviewed-by: Bin Meng <bmeng.cn at gmail.com>
More information about the U-Boot
mailing list