]> git.draconx.ca Git - dxcommon.git/commit
gettext.mk: Rewrite rules with less forking.
authorNick Bowler <nbowler@draconx.ca>
Tue, 21 Nov 2023 05:20:26 +0000 (00:20 -0500)
committerNick Bowler <nbowler@draconx.ca>
Tue, 21 Nov 2023 05:28:38 +0000 (00:28 -0500)
commited04bed43efece46d2b476fbb0260f1d1b8aa1fe
tree15865e8338815222a9737b9d4eaa413d368bab29
parentc28231ca7f98f9d1061f59d1b8f9d13490d03bae
gettext.mk: Rewrite rules with less forking.

Use a pure shell solution to parse the .mo filenames instead
of forking out to expr, and don't use subshells with "set -x"
to print commands when we can almost as easily use plain echo.
snippet/gettext.mk