-
Notifications
You must be signed in to change notification settings - Fork 38.9k
Description
Is your feature request related to a problem? Please describe.
When running make while there are other pre-existing builds, there can be errors that don't clearly suggest using make clean. This step may be obvious to experienced developers, but is confusing to many bitcoin users without a background in C/Make. Currently, build-unix.md does not mention using make clean.
Describe the solution you'd like
A simple fix would be to include a hint in the "To build" section of build-unix.md. I'd be happy to make the change myself, but wanted to get feedback first to avoid wasting reviewers' time.
Other changes
build-osx.md also uses make, as does the Windows Subsystem for Linux instructions. Those could be updated with the same note. I'm not familiar with the BSD systems, but the docs say they use gmake, which also appears to have a gmake clean option.
Related issue
#16479