From bd4a8d6e58da63d140bcfa85771e2737f60da9bb Mon Sep 17 00:00:00 2001 From: "Johnny A. Solbu" Date: Sat, 14 Jan 2023 19:40:29 +0100 Subject: Makefile: Don't print the command --- po/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/po/Makefile b/po/Makefile index 9e74803..429f5fd 100644 --- a/po/Makefile +++ b/po/Makefile @@ -5,6 +5,6 @@ NAME=remove-old-kernels all: update-po: - for i in *.po; do \ + @for i in *.po; do \ msgmerge -v --no-wrap --previous --backup=none --update $$i $(NAME).pot; \ done -- cgit v1.2.1