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

When make clean, check whether there are actual build files and run them #2549

Open
Yaminyam opened this issue Jul 13, 2024 · 0 comments
Open

Comments

@Yaminyam
Copy link
Member

Main idea

backend.ai-webui/Makefile

Lines 207 to 208 in 95e54b9

clean:
@cd app; rm -rf ./backend*; rm -rf ./Backend*

CleanShot 2024-07-13 at 15 23 41@2x
If there is no actual build file when performing clean, the command should not fail, but instead output that nothing has been built and exit.

Alternative ideas

No response

Anything else?

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant