mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Add NOECHOFILENAMES, if people don't want logspam.
This commit is contained in:
parent
f49136136a
commit
b4c88e92d9
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…
Add table
Reference in a new issue