-
Notifications
You must be signed in to change notification settings - Fork 568
Add realclean target to Makefile #171
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
Conversation
Hi @brodybits This looks good, however a slight adjustment to the name of the target would be preferred. How do you feel about renaming |
Understood and agreed.
Hmm: I do agree with you in theory, but it is kinda slower. In general, building for Android puts the object code (and libs and executables) in a limited number directories that can easily be wiped away by In general, I am trying to save myself as much time as I can as I go through the hack-build-test cycle, as I try to reproduce the issue discussed in #169 and #84, that is why I raised this change in the first place. If you feel strongly that A couple more small points:
And finally: I will assume that if I will raise multiple pull requests, which is the case right now, I should raise all pull requests from |
That's fair. Maybe we should rename
If clean is now for removal of the
I think this is addressed by the target name swapping between
We generally always merge pull requests into the |
I like this.
👍 Good
Will check this when I get a chance.
Hmm. Looked to me like the And I had thought of a couple additional points:
|
@developernotes I will work on this sometime later and issue a new PR. Right now I am busy cleaning up a new solution to #169, making the tests, and also want to take a look at some other issues such as #161 and #151. |
@brodybits That sounds good. I realized that I mentioned we always integrate pull requests into the |
That's what I figured. Sorry to bother you with this but the |
@brodybits I've just removed the |
@brodybits I've just removed the prerelease branch in
android-database-sqlcipher.
👍 thanks, and thanks for your efforts to maintain these projects!
|
Certainly, thank you for your interest and involvement in the projects as well! |
Quickly delete the generated files, as shown by
git status --ignored