aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohnny A. Solbu <johnny@solbu.net>2023-01-14 19:40:29 +0100
committerJohnny A. Solbu <johnny@solbu.net>2023-01-14 19:40:29 +0100
commitbd4a8d6e58da63d140bcfa85771e2737f60da9bb (patch)
treeb088106ca3df05c32d055259b68b65987e6df83d
parent0a43eee42834dd4fc6f0b91540f0da09081a5635 (diff)
downloadremove-old-kernels-bd4a8d6e58da63d140bcfa85771e2737f60da9bb.tar
remove-old-kernels-bd4a8d6e58da63d140bcfa85771e2737f60da9bb.tar.gz
remove-old-kernels-bd4a8d6e58da63d140bcfa85771e2737f60da9bb.tar.bz2
remove-old-kernels-bd4a8d6e58da63d140bcfa85771e2737f60da9bb.tar.xz
remove-old-kernels-bd4a8d6e58da63d140bcfa85771e2737f60da9bb.zip
Makefile: Don't print the command
-rw-r--r--po/Makefile2
1 files changed, 1 insertions, 1 deletions
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