summaryrefslogtreecommitdiff
path: root/Porting
diff options
context:
space:
mode:
authorMatthew Horsfall <wolfsage@gmail.com>2014-06-23 11:37:34 -0400
committerMatthew Horsfall <wolfsage@gmail.com>2014-06-23 11:37:34 -0400
commite07c44df17d75c0629a4b4810447915ab67996a9 (patch)
treec5e496d160a7b382e4c4ba9b1029f6770d9f451a /Porting
parentf1c895b1d5d94eb3140ca62793fdca667bcc9386 (diff)
downloadperl-e07c44df17d75c0629a4b4810447915ab67996a9.tar.gz
RMG - Per review - only -Dusedevel for development builds
Diffstat (limited to 'Porting')
-rw-r--r--Porting/release_managers_guide.pod3
1 files changed, 3 insertions, 0 deletions
diff --git a/Porting/release_managers_guide.pod b/Porting/release_managers_guide.pod
index 5deb7aace1..24afdf760c 100644
--- a/Porting/release_managers_guide.pod
+++ b/Porting/release_managers_guide.pod
@@ -891,6 +891,9 @@ to find willing victims.
Check that basic configuration and tests work on each test machine:
+ $ ./Configure -des && make all test
+
+ # Or for a development release:
$ ./Configure -Dusedevel -des && make all test
=head4 Run the test harness and install