diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2014-10-02 14:50:37 -0700 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2014-10-02 14:50:37 -0700 |
| commit | 6adeb6a4a339e1b5c2c7eddb365c57b24d93c281 (patch) | |
| tree | 59bf876dcf84e38c0ed07f932556652c6612964d | |
| parent | 182044b42502f59bcf3156d5092c565ebb32d59e (diff) | |
| parent | 9115a7353cddb5600cc36c1d37f1722bd0bd71d3 (diff) | |
| download | rust-6adeb6a4a339e1b5c2c7eddb365c57b24d93c281.tar.gz rust-6adeb6a4a339e1b5c2c7eddb365c57b24d93c281.zip | |
rollup merge of #17708 : bnoordhuis/fix-ctags-makefile-target
| -rw-r--r-- | mk/ctags.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mk/ctags.mk b/mk/ctags.mk index 93a04e4c93f..44a16d556be 100644 --- a/mk/ctags.mk +++ b/mk/ctags.mk @@ -28,7 +28,7 @@ CTAGS_LOCATIONS=$(patsubst ${CFG_SRC_DIR}src/llvm,, \ $(patsubst ${CFG_SRC_DIR}src/rt/sundown,, \ $(patsubst ${CFG_SRC_DIR}src/rt/vg,, \ $(wildcard ${CFG_SRC_DIR}src/*) $(wildcard ${CFG_SRC_DIR}src/rt/*) \ - ))))))))))) + ))))))))) CTAGS_OPTS=--options="${CFG_SRC_DIR}src/etc/ctags.rust" --languages=-javascript --recurse ${CTAGS_LOCATIONS} # We could use `--languages=Rust`, but there is value in producing tags for the # C++ parts of the code base too (at the time of writing, those are .h and .cpp |
