in reply to Re^3: makefile.mk is missing with Perl 5.34.0 distro.
in thread makefile.mk is missing with Perl 5.34.0 distro.
do I need to modify the makefile.patch filegmake INST_TOP=C:\perl_app\bin\Perl CCHOME=C:\msys64\mingw64 EMAIL=cus +tomer_support@xyz.com gmake test INST_TOP=C:\perl_app\bin\Perl CCHOME=C:\msys64\mingw64 EMAI +L=customer_support@xyz.com gmake install INST_TOP=C:\perl_app\bin\Perl CCHOME=C:\msys64\mingw64 E +MAIL=customer_support@xyz.com
does not exist in GNUmakefile. Instead GNUmakefile contains:#EMAIL *=
and that line needs to be changed to:#EMAIL :=
not to:EMAIL := customer_support@xyz.com
Also, the numbers in the lines like @@ -27,7 +27,7 @@ etc. are all wrong for the GNUmakefile.EMAIL *= customer_support@xyz.com
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: makefile.mk is missing with Perl 5.34.0 distro.
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 |