aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
Commit message (Collapse)AuthorAgeFilesLines
* Remove Makefile infrastructureSteven Fackler2014-08-031-44/+0
|
* Add $(RUSTFLAGS) to the shell that gets crate file names.Richard Diamond2014-07-121-1/+2
| | | | This is for crosses that don't support certain crate types (ie PNaCl doesn't support dylibs).
* --crate-file-name -> --print-file-nameMichael Gehring2014-07-061-2/+2
|
* Change BUILDDIR to target/ for consistency w/CargoChris Morgan2014-07-021-1/+1
|
* Stop using stamps for multi-targetsSteven Fackler2014-06-171-4/+2
| | | | It breaks dep-info
* Fix parallel buildsSteven Fackler2014-06-151-1/+5
|
* Makefile: Don't ignore my env vars!Richard Diamond2014-04-231-2/+2
|
* Add a configure option for SSLv2 supportSteven Fackler2014-03-091-2/+3
|
* Stop including debuginfo by defaultSteven Fackler2014-02-141-1/+1
|
* Make Makefile variables early evaluatedSteven Fackler2014-02-101-8/+8
|
* Update debuginfo flagSteven Fackler2014-02-101-1/+1
|
* Build static and dynamic libsSteven Fackler2014-02-091-2/+2
|
* Add a configure script and an install targetSteven Fackler2014-01-201-0/+40