aboutsummaryrefslogtreecommitdiff
path: root/mk
Commit message (Collapse)AuthorAgeFilesLines
* Add snap-stageN targets.Graydon Hoare2011-05-121-2/+9
|
* Change 'check' make target to just stage2 tests; add full-check for all of them.Graydon Hoare2011-05-111-1/+5
|
* Update librustc build targets with correct flagsBrian Anderson2011-05-103-6/+6
|
* Link fuzzer to the rustc crateBrian Anderson2011-05-101-1/+11
|
* Add targets for building rustc as a libraryBrian Anderson2011-05-103-0/+27
|
* Introduce the fuzzer crate and make rulesBrian Anderson2011-05-101-0/+10
|
* build: Use clang to compile the runtime if availablePatrick Walton2011-05-087-48/+67
|
* rustllvm: Add a binding to the LLVM standard module passesPatrick Walton2011-05-061-1/+1
|
* Tidy up stage 2 and 3 mk files.Graydon Hoare2011-05-052-4/+6
|
* Update docs to reflect assert vs. checkTim Chevalier2011-05-051-1/+1
| | | | | Also added the --batch flag to texi2pdf, as it doesn't really ever seem useful to drop to the TeX prompt during a build.
* build: Add missing intrinsics.mkPatrick Walton2011-05-041-0/+19
|
* build: Build intrinsics.bcPatrick Walton2011-05-044-7/+29
|
* Add stage-specific test targets (make check-stage1 etc.)Graydon Hoare2011-05-041-1/+18
|
* Fix horrible rule-hijacking bug that was causing compile-fail targets to ↵Graydon Hoare2011-05-041-33/+14
| | | | trigger honest compile attempts.
* Fix bug in CFG_TESTLIB that only manifests on stage1, stage2.Graydon Hoare2011-05-031-3/+4
|
* Remove everything to do with rustboot from makefiles.Graydon Hoare2011-05-035-130/+38
|
* Remove calls to rustboot -rdeps, leave 'touch' in place while working on ↵Graydon Hoare2011-05-031-9/+3
| | | | replacement.
* Attempt to shift build to stage0-from-snapshots.Graydon Hoare2011-05-032-11/+11
|
* Add forgotten 'snap.mk'Graydon Hoare2011-05-021-0/+3
|
* Start splitting up Makefile.inGraydon Hoare2011-05-0113-0/+1044