rust/mk
Brian Anderson 6e654564db Lots of build system cleanup and documentation
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-10-02 00:57:53 -07:00
..
libuv Update to libuv commit 3ca382. 2011-09-23 16:53:06 -07:00
autodep.mk Remove everything to do with rustboot from makefiles. 2011-05-03 15:56:00 -07:00
clean.mk Lots of build system cleanup and documentation 2011-10-02 00:57:53 -07:00
dist.mk Add an NSIS script for building a win32 installer. Closes #522. 2011-07-23 12:27:06 -07:00
docs.mk Silence texi2pdf during make 2011-06-28 11:18:34 -07:00
fuzzer.mk Lots of build system cleanup and documentation 2011-10-02 00:57:53 -07:00
host.mk Lots of build system cleanup and documentation 2011-10-02 00:57:53 -07:00
install.mk Lots of build system cleanup and documentation 2011-10-02 00:57:53 -07:00
intrinsics.mk build: Add missing intrinsics.mk 2011-05-04 18:35:36 -07:00
perf.mk Abstract the build directories further in the makefiles 2011-09-30 16:18:19 -07:00
platform.mk Abstract the build directories further in the makefiles 2011-09-30 16:18:19 -07:00
pp.mk Abstract the build directories further in the makefiles 2011-09-30 16:18:19 -07:00
rt.mk rt: Add a call stub that switches to the C stack, untested as of yet 2011-09-28 12:26:36 -07:00
rustllvm.mk rt: Stub Rust GC metadata printer and Rust GC strategy modules 2011-08-11 21:15:26 -07:00
snap.mk Lots of build system cleanup and documentation 2011-10-02 00:57:53 -07:00
stage0.mk Lots of build system cleanup and documentation 2011-10-02 00:57:53 -07:00
target.mk Lots of build system cleanup and documentation 2011-10-02 00:57:53 -07:00
tests.mk Change the directory for target libs 2011-09-30 17:19:24 -07:00