diff options
author | Johnny A. Solbu <johnny@solbu.net> | 2023-01-14 19:40:29 +0100 |
---|---|---|
committer | Johnny A. Solbu <johnny@solbu.net> | 2023-01-14 19:40:29 +0100 |
commit | bd4a8d6e58da63d140bcfa85771e2737f60da9bb (patch) | |
tree | b088106ca3df05c32d055259b68b65987e6df83d /po/Makefile | |
parent | 0a43eee42834dd4fc6f0b91540f0da09081a5635 (diff) | |
download | remove-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
Diffstat (limited to 'po/Makefile')
-rw-r--r-- | po/Makefile | 2 |
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 |