rust/mk
Erick Tryzelaar 5f066e06b9 Update to libuv commit 3ca382.
This patch changes libuv's gyp build system to
make it's own makefiles. To generate them for rust,
run these commands. They requires python 2.x to
work:

$ mkdir -p src/rt/libuv/build
$ svn co http://gyp.googlecode.com/svn src/rt/libuv/build/gyp
$ ./etc/src/gyp_uv
2011-09-23 16:53:06 -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 Update to libuv commit 3ca382. 2011-09-23 16:53:06 -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 Link the fuzzer crate to librustc again 2011-07-04 15:30:36 -07:00
intrinsics.mk build: Add missing intrinsics.mk 2011-05-04 18:35:36 -07:00
perf.mk Print perf measurement outputs on completion of 'perf' target. 2011-09-13 17:32:25 -07:00
platform.mk Update to libuv commit 3ca382. 2011-09-23 16:53:06 -07:00
pp.mk Replace xfail-stageN with simply xfail-test 2011-08-31 16:32:16 +02:00
rt.mk Update to libuv commit 3ca382. 2011-09-23 16:53:06 -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 Add lib/main.o to snapshot 2011-08-14 12:14:58 -07:00
stage0.mk More steps to arch-specific target libs (#474) 2011-09-23 10:50:16 -07:00
stageN.mk More steps to arch-specific target libs (#474) 2011-09-23 10:50:16 -07:00
tests.mk Don't pipe check-fast results through tee 2011-09-23 12:30:35 -07:00