]> git.proxmox.com Git - cargo.git/commit
auto merge of #277 : alexcrichton/cargo/add-configure-script, r=wycats
authorbors <bors@rust-lang.org>
Tue, 29 Jul 2014 01:17:48 +0000 (01:17 +0000)
committerbors <bors@rust-lang.org>
Tue, 29 Jul 2014 01:17:48 +0000 (01:17 +0000)
commita27f18f178242ee7ab84d07701be24e00b134562
treebb6021fd8df4e933825cf7e39a4681f45db8d953
parentcb8761c55d4a0dc7d8eb4d4d6c147bbcb0ad4657
parent442418b283913d2389d3a7476970c4aeaa2c7ca3
auto merge of #277 : alexcrichton/cargo/add-configure-script, r=wycats

This configure script is similar to rust's in that it doesn't require anything
like autotools, it's just a meta-script to "generate" a makefile and perform
run-of-the-mill validation/discovery before the Makefile is run.

The main purpose of this rewrite is to support multi-target and targeted builds.
This will allow us to produce 32-bit snapshots for platforms as well as easily
providing `./configure --target $foo` for initialization.

cc #274