| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2011-12-02 | build: added CFG_INSTALL_SNAP for automatically activating test snapshots | Stefan Plantikow | -0/+5 | |
| This is only guaranteed to work when building in the top-level dir | ||||
| 2011-11-29 | fix snap | Niko Matsakis | -6/+15 | |
| 2011-11-29 | fix dependencies for snap-stage[23] | Niko Matsakis | -2/+2 | |
| 2011-11-29 | update snapshot scripts | Niko Matsakis | -3/+3 | |
| 2011-11-29 | basic builds function | Niko Matsakis | -6/+6 | |
| 2011-10-02 | Lots of build system cleanup and documentation | Brian Anderson | -6/+3 | |
| This splits mk/stageN.mk into host.mk and target.mk and makes the build rules somewhat simpler - there's no more building from stageN into stageN+1; instead we always build from stageN(host) to stageN(target) then promote from stageN(target) to stageN+1(host). Add a big honkin explaination right at the top of Makefile.in | ||||
| 2011-09-30 | Refix the snapshot rules | Brian Anderson | -4/+4 | |
| 2011-09-30 | Abstract the build directories further in the makefiles | Brian Anderson | -9/+8 | |
| This defines variables for host bin and lib directories as well as all target bin and lib directories then uses them everywhere. | ||||
| 2011-09-29 | Update snapshot scripts for the new regime | Brian Anderson | -8/+6 | |
| 2011-09-28 | Eliminate glue.o. Closes #990 | Brian Anderson | -3/+3 | |
| 2011-08-14 | Add lib/main.o to snapshot | Brian Anderson | -3/+3 | |
| Snapshotting main.o is going to make it easier (I think) to convert main to use ivecs | ||||
| 2011-07-27 | Hack to make snap-stage1 actually build incompatible changes | Marijn Haverbeke | -2/+1 | |
| You can't build libstd both with stage0 and stage1 if the two are incompatible This is probably temporary | ||||
| 2011-07-11 | Move llvm out of stageN/lib so that the host building stage 1+ can | Rafael Ávila de Espíndola | -3/+3 | |
| have a newer and incompatible llvm with the bots. | ||||
| 2011-07-07 | Complete the transition of glue.o to the lib directory | Brian Anderson | -3/+3 | |
| 2011-07-07 | Add rt and rustllvm to the snapshot | Brian Anderson | -3/+6 | |
| 2011-07-07 | Makefile support for building std static. | Rafael Ávila de Espíndola | -3/+6 | |
| 2011-06-29 | Tidy up snap makefile. | Graydon Hoare | -3/+3 | |
| 2011-06-17 | Put std in stageN/lib. This avoids windows trying to load stageN/std.ll when | Rafael Ávila de Espíndola | -3/+3 | |
| stageN/runstc.exe is run. | ||||
| 2011-05-16 | Fix snap rules to depend more correctly on rustc$(X) not rustc. | Graydon Hoare | -3/+3 | |
| 2011-05-12 | Add snap-stageN targets. | Graydon Hoare | -2/+9 | |
| 2011-05-02 | Add forgotten 'snap.mk' | Graydon Hoare | -0/+3 | |
