diff options
author | Stefan Weil | 2018-07-20 23:25:09 +0200 |
---|---|---|
committer | Peter Maydell | 2018-07-23 11:50:54 +0200 |
commit | 6598f0cdad6acc6674c4f060fa46e537228c2c47 (patch) | |
tree | 08ea0799b578c73533d3fde2acca820f8491b48e /po/Makefile | |
parent | Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20180719' into staging (diff) | |
download | qemu-6598f0cdad6acc6674c4f060fa46e537228c2c47.tar.gz qemu-6598f0cdad6acc6674c4f060fa46e537228c2c47.tar.xz qemu-6598f0cdad6acc6674c4f060fa46e537228c2c47.zip |
po: Don't include comments with location
Those comments change often when ui/gtk.c is changed and are not
really useful.
Signed-off-by: Stefan Weil <sw@weilnetz.de>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Message-id: 20180720212509.18339-1-sw@weilnetz.de
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
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 cc630363de..e47e262ee6 100644 --- a/po/Makefile +++ b/po/Makefile @@ -43,7 +43,7 @@ install: $(OBJS) $(PO_PATH)/messages.po: $(SRC_PATH)/ui/gtk.c $(call quiet-command, ( cd $(SRC_PATH) && \ - xgettext -o - --from-code=UTF-8 --foreign-user \ + xgettext -o - --from-code=UTF-8 --foreign-user --no-location \ --package-name=QEMU --package-version=$(VERSION) \ --msgid-bugs-address=qemu-devel@nongnu.org -k_ -C ui/gtk.c | \ sed -e s/CHARSET/UTF-8/) >$@,"GEN","$@") |