diff options
author | Matthew Horsfall <wolfsage@gmail.com> | 2014-06-23 11:39:26 -0400 |
---|---|---|
committer | Matthew Horsfall <wolfsage@gmail.com> | 2014-06-23 11:39:26 -0400 |
commit | 3635a175bf00e393e4414789d7380fef1d57067e (patch) | |
tree | 431262c953e45f3200a24727b0407a4b4322b4fd /Porting | |
parent | e07c44df17d75c0629a4b4810447915ab67996a9 (diff) | |
download | perl-3635a175bf00e393e4414789d7380fef1d57067e.tar.gz |
RMG - Per review - keep make distclean as a test, add comment
Diffstat (limited to 'Porting')
-rw-r--r-- | Porting/release_managers_guide.pod | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Porting/release_managers_guide.pod b/Porting/release_managers_guide.pod index 24afdf760c..068f618f42 100644 --- a/Porting/release_managers_guide.pod +++ b/Porting/release_managers_guide.pod @@ -848,6 +848,7 @@ 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 status # and there's nothing lying around |