rust/mk
Chris Morgan 8e59c5d34a Don't make tags for our dependencies and tests.
Largely, this is just being more specific about where tags get searched
for to remove external dependencies like src/llvm, which reduces the
number of tags *enormously* and significantly increases the usefulness
of the tags file as it is then focusing on 240K lines of Rust code
and 4.5K of C++ rather than just shy of 1M lines of C++ code (mostly
from LLVM) and another 100K lines of Rust tests and a diverse collection
of other languages.

src/rustllvm/RustWrapper.cpp and src/rustllvm/PassWrapper.cpp are
getting tags made, but I'm not sure if that's desirable or not. At
worst, it's not a significant wrong.

A future, desirable step is producing tags for just libstd and libextra
for the use of people using Rust-the-language rather than working on
Rust itself.
2013-11-16 13:44:52 +11:00
..
clean.mk Create epub versions of tutorial and ref manual. 2013-11-03 18:39:36 +05:30
ctags.mk Don't make tags for our dependencies and tests. 2013-11-16 13:44:52 +11:00
dist.mk support for GNU configure syntax 2013-10-29 16:22:08 -07:00
docs.mk doc: tidy up makefile rules 2013-11-13 09:40:45 +01:00
host.mk support for GNU configure syntax 2013-10-29 16:22:08 -07:00
install.mk auto merge of #10229 : brson/rust/warnings, r=thestinger 2013-11-02 00:51:12 -07:00
llvm.mk support for GNU configure syntax 2013-10-29 16:22:08 -07:00
perf.mk support for GNU configure syntax 2013-10-29 16:22:08 -07:00
platform.mk Fixes for compilation to iOS: 2013-11-06 22:11:09 +01:00
pp.mk support for GNU configure syntax 2013-10-29 16:22:08 -07:00
rt.mk Another round of test fixes from previous commits 2013-11-10 01:37:12 -08:00
rustllvm.mk support for GNU configure syntax 2013-10-29 16:22:08 -07:00
snap.mk support for GNU configure syntax 2013-10-29 16:22:08 -07:00
stage0.mk configure: Fix passing multiple target and host triples. 2013-11-01 03:34:16 -04:00
target.mk Statically link libuv to librustuv 2013-11-02 21:28:17 -07:00
tests.mk Remove all blocking std::os blocking functions 2013-11-03 15:15:42 -08:00
tools.mk Rename files to match current recommendations. 2013-11-03 23:49:01 +11:00