Skip to content

Docs: Include hint to use make clean in build-unix.md #19330

@billygarrison

Description

@billygarrison

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions