about summary refs log tree commit diff
path: root/mk/clean.mk
AgeCommit message (Expand)AuthorLines
2011-12-12rustc: build versioned library with hash in its nameHaitao Li-0/+10
2011-12-01Build infra and minor build-enabling bugfixes for cargo.Graydon Hoare-0/+1
2011-11-29fix clean targetNiko Matsakis-3/+3
2011-11-29basic builds functionNiko Matsakis-30/+38
2011-11-10Improve make clean rules for libuvBrian Anderson-3/+1
2011-11-08make clean delete all .o files from rt directoryNiko Matsakis-0/+1
2011-11-08Re-add libuv as a submodule.Erick Tryzelaar-5/+5
2011-11-05Add clean-all rule which also cleans LLVMBrian Anderson-1/+23
2011-10-20Remove the last vestiges of main.llMarijn Haverbeke-3/+0
2011-10-07Fix make clean on windowsBrian Anderson-4/+4
2011-10-02Lots of build system cleanup and documentationBrian Anderson-2/+9
2011-09-30Abstract the build directories further in the makefilesBrian Anderson-10/+10
2011-09-29Remove redundant make clean rulesBrian Anderson-21/+0
2011-09-29Update make clean rulesBrian Anderson-1/+29
2011-09-28Eliminate glue.o. Closes #990Brian Anderson-4/+4
2011-09-23Update to libuv commit 3ca382.Erick Tryzelaar-0/+1
2011-08-05Add make clean rules for libuvBrian Anderson-0/+3
2011-07-24The Big Test Suite OverhaulBrian Anderson-0/+1
2011-07-21More missing things in make clean...Michael Sullivan-0/+4
2011-07-20Improve make clean.Michael Sullivan-8/+17
2011-07-11Move llvm out of stageN/lib so that the host building stage 1+ canRafael Ávila de Espíndola-4/+4
2011-07-07Add missing rules to 'make clean'Brian Anderson-0/+5
2011-07-07Complete the transition of glue.o to the lib directoryBrian Anderson-4/+4
2011-06-29Add fast-check target that combines the stage2 run-pass suite into a single e...Graydon Hoare-1/+3
2011-06-25Fixes to speed and clean up makefiles.Graydon Hoare-9/+0
2011-06-17Register new snapshots. Update location of stage0's libstdBrian Anderson-1/+1
2011-06-17Put std in stageN/lib. This avoids windows trying to load stageN/std.ll whenRafael Ávila de Espíndola-3/+3
2011-06-08Use main.o directly now that stage0 is ok with it.Rafael Ávila de Espíndola-1/+0
2011-06-07Don't put a copy of main (the C one) in each binary we produce. This is a stepRafael Ávila de Espíndola-0/+2
2011-05-13Remove rustboot from the repository.Graydon Hoare-1/+0
2011-05-03Remove everything to do with rustboot from makefiles.Graydon Hoare-6/+3
2011-05-01Start splitting up Makefile.inGraydon Hoare-0/+44