kendryte / k230_sdk

Kendryte K230 SDK
BSD 2-Clause "Simplified" License
172 stars 39 forks source link

[Bug]: top folder make clean seems incomplete #13

Open yf13 opened 1 year ago

yf13 commented 1 year ago

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

wangjianxin-canaan commented 1 year ago

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

yf13 commented 1 year ago

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

wangjianxin-canaan commented 1 year ago

@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