protobuf
protobuf copied to clipboard
make distclean leaves a bunch of files/directories around from previous builds
What version of protobuf and what language are you using? Version: master Language: N/A - All
What operating system (Linux, Windows, ...) and version? macOS
What runtime / compiler are you using (e.g., python version or gcc version) N/A
What did you do? Steps to reproduce the behavior:
- Checkout master.
./autogen.sh./configure CPPFLAGS="-mmacosx-version-min=10.9 -Wunused-const-variable -Wunused-function" CXXFLAGS="-Wnon-virtual-dtor -Woverloaded-virtual -Wno-sign-compare"make -j 4 all checkmake distcleangit status --ignored
What did you expect to see
No local files that aren't tracked in git.
What did you see instead?
The make distclean should remove all intermediates/temps/etc., but instead a bunch of things are left so the next build isn't completely from scratch.
Anything else we should know about your project / environment
ps - doing a make within conformance also cause other things to get left behind.
We triage inactive PRs and issues in order to make it easier to find active work. If this issue should remain active or becomes active again, please add a comment.
This issue is labeled inactive because the last activity was over 90 days ago.
We triage inactive PRs and issues in order to make it easier to find active work. If this issue should remain active or becomes active again, please reopen it.
This issue was closed and archived because there has been no new activity in the 14 days since the inactive label was added.