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

'Make clean' does not clean .a lib files #492

Open
dimxy opened this issue Sep 19, 2021 · 1 comment
Open

'Make clean' does not clean .a lib files #492

dimxy opened this issue Sep 19, 2021 · 1 comment

Comments

@dimxy
Copy link
Collaborator

dimxy commented Sep 19, 2021

When 'make clean' for the komodo build dir is called static lib .a lib files are not cleaned.
This might lead to unwanted side effects, f.e.:
add temporary debug printing to the code,
then do 'git reset 'to revert back to the state before the debug prints added,
even after 'make clean' you would still get a build with the debug prints

Suggestion is to clean .a files too.

@jmjatlanta
Copy link

I fixed this in #494

Until that is merged in, you should be able to make src/clean-all

who-biz pushed a commit to who-biz/komodo that referenced this issue May 9, 2023
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

2 participants