summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Horsfall <wolfsage@gmail.com>2015-01-31 16:50:26 +0000
committerSteve Hay <steve.m.hay@googlemail.com>2015-01-31 16:50:40 +0000
commit4f70f766051937c18fe50a9a1e20550967c40dcf (patch)
tree47a15f7c859fcb35024e0002bc201ccd145ffe43
parent375904be1233c1ce9a73af36441c195a7c33675a (diff)
downloadperl-4f70f766051937c18fe50a9a1e20550967c40dcf.tar.gz
RMG: Remove useless 'make distclean', save time
(cherry picked from commit f32e93edaa93e78bc9ca7c6d0be0650a8c6d3f88)
-rw-r--r--Porting/release_managers_guide.pod1
1 files changed, 0 insertions, 1 deletions
diff --git a/Porting/release_managers_guide.pod b/Porting/release_managers_guide.pod
index ea234b7f04..c1568b9ff3 100644
--- a/Porting/release_managers_guide.pod
+++ b/Porting/release_managers_guide.pod
@@ -867,7 +867,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
$ git clean -xdf # make sure perl and git agree on files
$ git status # and there's nothing lying around