From df033c44911e6291d6d0b3652809a11776a02dea Mon Sep 17 00:00:00 2001 From: Leon Timmermans Date: Fri, 10 Jun 2022 18:44:49 +0200 Subject: Remove cleaning before release building from RMG --- Porting/release_managers_guide.pod | 4 ---- 1 file changed, 4 deletions(-) (limited to 'Porting') 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 -- cgit v1.2.1