From: Jesse Vincent Date: Fri, 2 Oct 2009 18:21:04 +0000 (+0900) Subject: Added another cleaning step to the release manager guide's build recipe X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=300b5357026d6cd1a136a68711c759d55c8d99b4;p=p5sagit%2Fp5-mst-13.2.git Added another cleaning step to the release manager guide's build recipe --- diff --git a/Porting/release_managers_guide.pod b/Porting/release_managers_guide.pod index 4044dd0..86e8fe1 100644 --- a/Porting/release_managers_guide.pod +++ b/Porting/release_managers_guide.pod @@ -502,6 +502,7 @@ Check that the manifest is sorted and correct: $ make manisort $ make distclean + $ git clean -xdf # This shouldn't be necessary if distclean is correct $ perl Porting/manicheck $ git status