Go to file
Johannes Sixt 9f27318f14 gitk: place file name arguments after options in msgfmt call
The build process fails in POSIXLY_CORRECT mode:

  $ gitk@master:1005> POSIXLY_CORRECT=1 make
      * new Tcl/Tk interpreter location
      GEN gitk-wish
  Generating catalog po/zh_cn.msg
  msgfmt --statistics --tcl po/zh_cn.po -l zh_cn -d po/
  msgfmt: --tcl requires a "-l locale" specification
  Try 'msgfmt --help' for more information.
  make: *** [Makefile:76: po/zh_cn.msg] Error 1

The reason is that option arguments cannot occur after the first
non-option argument. Move the file name last.

Reported-by: Nathan Royce <nroycea+kernel@gmail.com>
Signed-off-by: Johannes Sixt <j6t@kdbg.org>
2025-05-14 17:55:11 +02:00
po gitk: add Tamil translation 2025-05-07 21:24:35 +05:30
.gitignore gitk: Ignore gitk-wish buildproduct 2013-01-30 21:12:16 +11:00
Makefile gitk: place file name arguments after options in msgfmt call 2025-05-14 17:55:11 +02:00
generate-tcl.sh gitk: extract script to build executable 2025-02-20 08:52:07 +01:00
gitk gitk: limit PATH search to bare executable names 2025-04-01 18:13:04 +02:00
meson.build gitk: introduce support for the Meson build system 2025-02-20 08:52:15 +01:00