Fix make TAGS.emacs
.
This commit is contained in:
parent
59287b0170
commit
8f4e9c2357
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ CTAGS_LOCATIONS=$(patsubst ${CFG_SRC_DIR}src/llvm,, \
|
||||||
$(patsubst ${CFG_SRC_DIR}src/rt/msvc,, \
|
$(patsubst ${CFG_SRC_DIR}src/rt/msvc,, \
|
||||||
$(patsubst ${CFG_SRC_DIR}src/rt/vg,, \
|
$(patsubst ${CFG_SRC_DIR}src/rt/vg,, \
|
||||||
$(wildcard ${CFG_SRC_DIR}src/*) $(wildcard ${CFG_SRC_DIR}src/rt/*) \
|
$(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}
|
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
|
# 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
|
# C++ parts of the code base too (at the time of writing, those are .h and .cpp
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue