Skip to content

uninstall tries to rm -f $prefix/lib #3918

Closed
@ben0x539

Description

@ben0x539

I'm not certain it's not a problem on my end, but I tried wiping my build directory and starting over with just ../configure --prefix=~/local, on the incoming branch.

When I try to uninstall, I get rm: cannot remove ‘<prefix>/lib/’: Is a directory and I think it's because of the bits in mk/install.mk where it says $(Q)rm -f $(PHL)/$(CFG_FUZZER), (and .../CFG_CARGO and .../CFG_RUSTDOC), with the CFG_ bits evaluating to empty strings.

I don't understand the build system, but git blame on that file pointed me at 6c79d78, so I think I should mention @dbp.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions