-
Notifications
You must be signed in to change notification settings - Fork 13.6k
Closed
Labels
C-enhancementCategory: An issue proposing an enhancement or a PR with one.Category: 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)Relevant 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.Relevant to the infrastructure team, which will review and decide on the PR/issue.
Description
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
Labels
C-enhancementCategory: An issue proposing an enhancement or a PR with one.Category: 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)Relevant 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.Relevant to the infrastructure team, which will review and decide on the PR/issue.