Skip to content

configure's config.mk ignores some fields during parsing #42255

Closed
@Mark-Simulacrum

Description

@Mark-Simulacrum

grepping for CFG_ in config.mk after running ./configure yields the following, after removing those that rustbuild currently looks for. The rest should either be removed from configure itself (since creating them is pointless) or parsed into rustbuild.

cc @rust-lang/infra

CFG_LOCALSTATEDIR
CFG_DATADIR
CFG_INFODIR
CFG_ANDROID_CROSS_PATH
CFG_NACL_CROSS_PATH
CFG_EXTRA_FILENAME
CFG_CURL
CFG_DISABLE_VALGRIND_RPASS
CFG_SRC_DIR_RELATIVE
CFG_BUILD_DIR
CFG_OSTYPE
CFG_CPUTYPE
CFG_NACL_CROSS_PATH
CFG_USING_LIBCPP

Metadata

Metadata

Assignees

No one assigned

    Labels

    C-enhancementCategory: An issue proposing an enhancement or a PR with one.T-bootstrapRelevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)T-infraRelevant to the infrastructure team, which will review and decide on the PR/issue.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions