diff options
author | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2013-02-20 23:27:30 +0000 |
---|---|---|
committer | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2013-02-20 23:29:09 +0000 |
commit | e0373c3561ba44efc852b5482ef7c544fc64ea2f (patch) | |
tree | fdea6f2aa1d1372611239c962c6eb96b2415e893 /Porting/release_managers_guide.pod | |
parent | 46ad546a2a9b3b7855aa8a18a1fb44588fd2b7c8 (diff) | |
download | perl-e0373c3561ba44efc852b5482ef7c544fc64ea2f.tar.gz |
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
Diffstat (limited to 'Porting/release_managers_guide.pod')
-rw-r--r-- | 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 206887db5e..e282323026 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 * |