k230_sdk icon indicating copy to clipboard operation
k230_sdk copied to clipboard

[Bug]: top folder make clean seems incomplete

Open yf13 opened this issue 2 years ago • 3 comments
trafficstars

What happened

When doing make clean in top level with SDK v1.0, it seems only two flag files are deleted.

Is this intentionally left unimplemented? It seems that we can at least invoke specific targets like uboot-clean etc.

Reproduction steps

simply run make clean in top folder, expecting all generated artifacts are gone, but one can still find .o files in the tree.

Hardware board

k230 evb board

Software version

v1.0

Bug frequency

100%

Anything else

No response

yf13 avatar Oct 11 '23 10:10 yf13

we will Fixed in the next version。 rm -rf output ; can clean all generated artifacts;

wangjianxin-canaan avatar Oct 13 '23 06:10 wangjianxin-canaan

@wangjianxin-canaan that may not be enough, as there are .o files under src/ folder. :)

yf13 avatar Oct 18 '23 08:10 yf13

@wangjianxin-canaan that may not be enough, as there are .o files under src/ folder. :) we know,the .o file under src folder may be clean on Future version

wangjianxin-canaan avatar Oct 20 '23 08:10 wangjianxin-canaan