]> git.baikalelectronics.ru Git - uboot.git/commit
Makefile: mrproper should remove *.pyc files
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Thu, 3 Oct 2019 16:45:29 +0000 (16:45 +0000)
committerTom Rini <trini@konsulko.com>
Fri, 4 Oct 2019 16:21:23 +0000 (12:21 -0400)
commite4aa0091ddc0683f1cb5f53c9d0939e2741d45f9
treed11fbc50e2e194b95edb216a1d4ad25abd6821c4
parent481622493f3f803e04d212faa9e9f96f4bff9548
Makefile: mrproper should remove *.pyc files

*.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>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Makefile