These patches are relatively trivial fixes for bugs noticed when I was working on recent send-email patches. We don't re-build perl/build/* assets when variables that affect them are changed, and needlessly use our non-mock gettext Perl i18n framework under NO_GETTEXT=Y if the system happens to have Locale::Messages installed. Ævar Arnfjörð Bjarmason (4): Makefile: don't re-define PERL_DEFINES Makefile: regenerate perl/build/* if GIT-PERL-DEFINES changes Makefile: regenerate *.pm on NO_PERL_CPAN_FALLBACKS change perl: use mock i18n functions under NO_GETTEXT=Y Makefile | 13 +++++++++---- perl/Git/I18N.pm | 10 ++++++++++ 2 files changed, 19 insertions(+), 4 deletions(-) -- 2.31.1.838.g7ac6e98bb53