mirror of
https://github.com/rust-lang/rust.git
synced 2025-06-05 11:48:30 +00:00
Makefile.in: dont use unnecessary escapes in echo
This commit is contained in:
parent
476fe6eefe
commit
d5c7ddc38f
@ -272,7 +272,9 @@ ifneq ($(strip $(findstring TAGS.emacs,$(MAKECMDGOALS)) \
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
.DEFAULT:
|
.DEFAULT:
|
||||||
@echo "\n======================================================"
|
@echo
|
||||||
|
@echo "======================================================"
|
||||||
@echo "== If you need help, run 'make help' or 'make tips' =="
|
@echo "== If you need help, run 'make help' or 'make tips' =="
|
||||||
@echo "======================================================\n"
|
@echo "======================================================"
|
||||||
|
@echo
|
||||||
exit 1
|
exit 1
|
||||||
|
Loading…
Reference in New Issue
Block a user