rust/mk
Haitao Li 397d9148a7 build: Run tidy first before all other check targets
`make check` executes `tidy` after compile. It reminds me that I've left
long lines or trailing whitespaces only after compilation finshed. That
is too late since I have to recompile only because fixing the trivial
formatting issues.

Run tidy first to avoid potentially unnecessary re-compilation.
2012-01-19 02:51:57 +08:00
..
libuv freebsd support 2012-01-01 20:18:55 -08:00
autodep.mk fix makefiles, add option to ignore changes in makefiles 2011-11-29 12:51:09 -08:00
clean.mk Begin shift over to using pandoc, markdown and llnextgen for reference manual. Fix man page URL while at it. 2012-01-12 19:10:30 -08:00
ctags.mk make ctags targets phony 2011-10-18 10:37:27 -07:00
dist.mk Rename some readmes and fix some dist logic. 2012-01-17 16:50:13 -08:00
docs.mk Add a stylesheet to make the reference HTML look a bit prettier 2012-01-18 16:28:31 +01:00
host.mk Update build machinery to build and install librustc everywhere (including snapshots). 2011-12-16 17:21:28 -08:00
install.mk build: Stop building stage3 on normal test cycles 2012-01-16 20:30:39 +08:00
llvm.mk build: Touch llvm-config after building 2011-12-13 14:32:32 -08:00
perf.mk build: Stop passing --lib argument 2012-01-17 15:13:43 -08:00
platform.mk build: Check and set perf --log-fd option 2012-01-17 10:48:46 +08:00
pp.mk Establish 'core' library separate from 'std'. 2011-12-06 12:13:04 -08:00
rt.mk freebsd support 2012-01-01 20:18:55 -08:00
rustllvm.mk Upgrade LLVM to svn revision 145779 2011-12-04 14:59:56 -08:00
snap.mk build: added CFG_INSTALL_SNAP for automatically activating test snapshots 2011-12-02 12:23:50 -08:00
stage0.mk Update build machinery to build and install librustc everywhere (including snapshots). 2011-12-16 17:21:28 -08:00
target.mk build: Stop passing --lib argument 2012-01-17 15:13:43 -08:00
tests.mk build: Run tidy first before all other check targets 2012-01-19 02:51:57 +08:00
tools.mk rustdoc: Add a crate file 2012-01-15 14:30:12 -08:00