mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-15 09:11:48 +00:00
Add NOECHOFILENAMES, if people don't want logspam.
This commit is contained in:
parent
8cfa21fb20
commit
e3c6d1cef3
1 changed files with 2 additions and 0 deletions
|
@ -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.
|
||||||
|
|
Loading…
Reference in a new issue