Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
yf13 opened this issue Oct 11, 2023 · 3 comments
Open

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

yf13 opened this issue Oct 11, 2023 · 3 comments
Assignees
Labels
bug Something isn't working

Comments

@yf13
Copy link
Contributor

yf13 commented Oct 11, 2023

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 yf13 added the bug Something isn't working label Oct 11, 2023
@wangjianxin-canaan
Copy link

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

@yf13
Copy link
Contributor Author

yf13 commented Oct 18, 2023

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

@wangjianxin-canaan
Copy link

@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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

5 participants