protobuf icon indicating copy to clipboard operation
protobuf copied to clipboard

make distclean leaves a bunch of files/directories around from previous builds

Open thomasvl opened this issue 7 years ago • 2 comments

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:

  1. Checkout master.
  2. ./autogen.sh
  3. ./configure CPPFLAGS="-mmacosx-version-min=10.9 -Wunused-const-variable -Wunused-function" CXXFLAGS="-Wnon-virtual-dtor -Woverloaded-virtual -Wno-sign-compare"
  4. make -j 4 all check
  5. make distclean
  6. git 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

thomasvl avatar Nov 13 '18 17:11 thomasvl

ps - doing a make within conformance also cause other things to get left behind.

thomasvl avatar Nov 13 '18 17:11 thomasvl

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.

github-actions[bot] avatar May 12 '24 10:05 github-actions[bot]

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.

github-actions[bot] avatar May 27 '24 10:05 github-actions[bot]