From e3c6d1cef342a7a7037ea8167c4b29ad04189b1c Mon Sep 17 00:00:00 2001 From: GoldenTails Date: Sat, 21 Nov 2020 22:21:18 -0600 Subject: [PATCH] Add NOECHOFILENAMES, if people don't want logspam. --- src/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Makefile b/src/Makefile index fe1f6bec6..71f4b4cc9 100644 --- a/src/Makefile +++ b/src/Makefile @@ -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.