diff options
author | Matthew Horsfall <wolfsage@gmail.com> | 2014-06-23 08:37:31 -0400 |
---|---|---|
committer | Matthew Horsfall <wolfsage@gmail.com> | 2014-06-23 08:37:31 -0400 |
commit | f32e93edaa93e78bc9ca7c6d0be0650a8c6d3f88 (patch) | |
tree | 8d138ae27dd92e9ee98a927f268e649d4c5c7e0c /Porting/release_managers_guide.pod | |
parent | c9e350647da2299099e45701f65fff206b6f3237 (diff) | |
download | perl-f32e93edaa93e78bc9ca7c6d0be0650a8c6d3f88.tar.gz |
RMG: Remove useless 'make distclean', save time
Diffstat (limited to 'Porting/release_managers_guide.pod')
-rw-r--r-- | Porting/release_managers_guide.pod | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Porting/release_managers_guide.pod b/Porting/release_managers_guide.pod index bc1b9bc10d..88d98bc12b 100644 --- a/Porting/release_managers_guide.pod +++ b/Porting/release_managers_guide.pod @@ -848,7 +848,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 |