From: Nick Bowler Date: Tue, 21 Nov 2023 05:20:26 +0000 (-0500) Subject: gettext.mk: Rewrite rules with less forking. X-Git-Url: https://git.draconx.ca/gitweb/dxcommon.git/commitdiff_plain/ed04bed43efece46d2b476fbb0260f1d1b8aa1fe?hp=ed04bed43efece46d2b476fbb0260f1d1b8aa1fe 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. ---