Add NOECHOFILENAMES, if people don't want logspam.

This commit is contained in:
GoldenTails 2020-11-21 22:21:18 -06:00
parent 8cfa21fb20
commit e3c6d1cef3
1 changed files with 2 additions and 0 deletions

View File

@ -539,10 +539,12 @@ OBJS:=$(i_main_o) \
ifndef ECHO
ifndef NOECHOFILENAMES
define echoName =
@echo -- $< ...
endef
endif
endif
# List of languages to compile.
# For reference, this is the command I use to build a srb2.pot file from the source code.