Skip to content
Snippets Groups Projects
Commit e3c6d1ce authored by Golden's avatar Golden
Browse files

Add NOECHOFILENAMES, if people don't want logspam.

parent 8cfa21fb
1 merge request!1260Echo filenames when compiling without ECHO=1
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment