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
No related branches found
Tags
No related merge requests found
...@@ -539,10 +539,12 @@ OBJS:=$(i_main_o) \ ...@@ -539,10 +539,12 @@ OBJS:=$(i_main_o) \
ifndef ECHO ifndef ECHO
ifndef NOECHOFILENAMES
define echoName = define echoName =
@echo -- $< ... @echo -- $< ...
endef endef
endif endif
endif
# List of languages to compile. # List of languages to compile.
# For reference, this is the command I use to build a srb2.pot file from the source code. # 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