Skip to content

rustbuild should permit configuring the "make" program at configure time #38429

Closed
@semarie

Description

@semarie

On BSD system the "make" program isn't GNU-make, and the Makefile format aren't strictly compatible.

For example, src/libstd/build.rs try to invoke make to build libbacktrace. Same problem in src/bootstrap/check.rs.

The "make" program should be configurable. GNU-make is generally "gmake" on BSD.

Metadata

Metadata

Assignees

No one assigned

    Labels

    T-bootstrapRelevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions