summaryrefslogtreecommitdiff
path: root/Porting
diff options
context:
space:
mode:
authorLeon Timmermans <fawaka@gmail.com>2022-06-10 18:44:49 +0200
committerTony Cook <tony@develop-help.com>2022-07-07 10:59:24 +1000
commitdf033c44911e6291d6d0b3652809a11776a02dea (patch)
tree320ad86602abbb26c9be238261dfeb28e9c38c5c /Porting
parentce1456ba1cb0a21138b5550c726ad57762d111b7 (diff)
downloadperl-df033c44911e6291d6d0b3652809a11776a02dea.tar.gz
Remove cleaning before release building from RMG
Diffstat (limited to 'Porting')
-rw-r--r--Porting/release_managers_guide.pod4
1 files changed, 0 insertions, 4 deletions
diff --git a/Porting/release_managers_guide.pod b/Porting/release_managers_guide.pod
index 787ecc9fb0..b8f3b84b46 100644
--- a/Porting/release_managers_guide.pod
+++ b/Porting/release_managers_guide.pod
@@ -979,10 +979,6 @@ Create a tarball. Use the C<-s> option to specify a suitable suffix for
the tarball and directory name:
$ cd root/of/perl/tree
- $ make distclean # make sure distclean works
- $ git clean -xdf # make sure perl and git agree on files
- # git clean should not output anything!
- $ git status --ignored # and there's nothing lying around
$ perl Porting/makerel -x -s RC1 # for a release candidate
$ perl Porting/makerel -x # for the release itself