in reply to Re^2: makefile.mk is missing with Perl 5.34.0 distro.
in thread makefile.mk is missing with Perl 5.34.0 distro.
Below is the patch command where it seems failing while patching, I am not sure if "GNUmakefile" is getting updated or modified here.
Below is the content of the makefile.patchpatch -b %PERL_BUILD_DIR%\win32\GNUmakefile %PERL_SOURCES_DIR%\configu +ration\win64\makefile.patch
Can you please tell me what's going on here, do I need to modify the makefile.patch file.--- C:/perl_app/sources/builds/perl-5.22.2_win64/perl-5.22.2/win32/mak +efile.mk.orig Fri Apr 08 17:45:19 2016 +++ C:/perl_app/sources/builds/perl-5.22.2_win64/perl-5.22.2/win32/mak +efile.mk Fri May 13 09:51:24 2016 @@ -27,7 +27,7 @@ # newly built perl. # INST_DRV *= c: -INST_TOP *= $(INST_DRV)\perl +INST_TOP *= $(INST_DRV)\perl_app\bin\Perl # # Uncomment if you want to build a 32-bit Perl using a 32-bit compile +r @@ -227,7 +227,7 @@ # not be quoted) # .IF "$(CCTYPE)" == "GCC" -CCHOME *= C:\MinGW +CCHOME *= C:\msys64\mingw64 .ELSE CCHOME *= $(MSVCDIR) .ENDIF @@ -292,7 +292,7 @@ # set this to your email address (perl will guess a value from # from your loginname and your hostname, which may not be right) # -#EMAIL *= +EMAIL *= customer_support@xyz.com ## ## Build configuration ends.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: makefile.mk is missing with Perl 5.34.0 distro.
by bliako (Abbot) on Aug 25, 2021 at 06:10 UTC | |
|
Re^4: makefile.mk is missing with Perl 5.34.0 distro.
by syphilis (Archbishop) on Aug 25, 2021 at 08:43 UTC | |
by Anonymous Monk on Aug 25, 2021 at 18:15 UTC | |
by Corion (Patriarch) on Aug 25, 2021 at 18:26 UTC | |
by syphilis (Archbishop) on Aug 26, 2021 at 01:08 UTC |