In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/e0373c3561ba44efc852b5482ef7c544fc64ea2f?hp=46ad546a2a9b3b7855aa8a18a1fb44588fd2b7c8>
- Log ----------------------------------------------------------------- commit e0373c3561ba44efc852b5482ef7c544fc64ea2f Author: Chris 'BinGOs' Williams <[email protected]> Date: Wed Feb 20 23:27:30 2013 +0000 Amend 'new perldelta' advice for Win32 test_porting is supported as target for both gcc and VC++ builds win32/Makefile since 247c55c00b852ec1da004aff2c0e2d4b07af55ab win32/makefile.mk since 106cf76e392294bc0fe10a3efa306d011f3b2e3c ----------------------------------------------------------------------- Summary of changes: Porting/release_managers_guide.pod | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/Porting/release_managers_guide.pod b/Porting/release_managers_guide.pod index 206887d..e282323 100644 --- a/Porting/release_managers_guide.pod +++ b/Porting/release_managers_guide.pod @@ -1063,8 +1063,7 @@ Run the C<git add> commands it outputs to add new and modified files. =item * Verify that the build still works, by running C<./Configure> and -C<make test_porting>. (On Win32, run C<nmake> and -C<nmake test TEST_FILES="porting\*.t ..\lib\diagnostics.t">.) +C<make test_porting>. (On Win32 use the appropriate make utility). =item * -- Perl5 Master Repository
