
4 Oct
2019
4 Oct
'19
2:32 a.m.
On Fri, Oct 4, 2019 at 12:46 AM Heinrich Schuchardt xypron.glpk@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@gmx.de
Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Reviewed-by: Bin Meng bmeng.cn@gmail.com