From ec999ab1a3e2ad68a275da8cb499e366b06f35cf Mon Sep 17 00:00:00 2001 From: Daniel Dragan Date: Wed, 23 Dec 2015 01:10:59 -0500 Subject: backport EUMM commits -commit "Cache is_make_type" and "Optimise is_make_type RE" stops 40 executions of "gmake.exe -v" process for each Makefile.PL run, these 40 make process launches make it it very difficult to debug make_ext.pl and the make tool with a system call logger, see Perl RT #123440 ticket for details -commit "Win32 gmake needs SHELL to be specified" allows Win32 perl to be built with gmake, if msysgit is in the PATH env var, without this patch gmake will use bash as the shell instead of cmd.exe and no EUMM modules can be built during a Win32 perl build, since bash and cmd.exe command line strings are not compatible with each other, see Perl RT #123440 ticket for details --- AUTHORS | 1 + 1 file changed, 1 insertion(+) (limited to 'AUTHORS') diff --git a/AUTHORS b/AUTHORS index 5391f635b9..55a7202869 100644 --- a/AUTHORS +++ b/AUTHORS @@ -372,6 +372,7 @@ Duncan Findlay E. Choroba Ed Avis Ed J +Ed J Ed Mooring Ed Santiago Eddy Tan -- cgit v1.2.1