]> git.lizzy.rs Git - rust.git/blobdiff - Makefile.in
Rollup merge of #39111 - alexcrichton:more-cross-targets, r=brson
[rust.git] / Makefile.in
index 20e2e19305e1b98a34f5a073b490b29267085571..9e87ce1d9e69a198cfc87d5f200cb82be5bba46c 100644 (file)
@@ -277,13 +277,17 @@ endif
 
 # CTAGS building
 ifneq ($(strip $(findstring TAGS.emacs,$(MAKECMDGOALS)) \
-               $(findstring TAGS.vi,$(MAKECMDGOALS))),)
+               $(findstring TAGS.vi,$(MAKECMDGOALS)) \
+               $(findstring TAGS.rustc.emacs,$(MAKECMDGOALS)) \
+               $(findstring TAGS.rustc.vi,$(MAKECMDGOALS))),)
   CFG_INFO := $(info cfg: including ctags rules)
   include $(CFG_SRC_DIR)mk/ctags.mk
 endif
 
 .DEFAULT:
-       @echo "\n======================================================"
+       @echo
+       @echo "======================================================"
        @echo "== If you need help, run 'make help' or 'make tips' =="
-       @echo "======================================================\n"
+       @echo "======================================================"
+       @echo
        exit 1