From: Stefano Lattarini Date: Fri, 11 Jan 2013 17:57:28 +0000 (+0100) Subject: HACKING: suggest more checks before releasing X-Git-Tag: v1.13b~115 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1ab8fb6d0e8497c0b86a1453b901dda29ba9d9f6;p=thirdparty%2Fautomake.git HACKING: suggest more checks before releasing In particular, "make check-no-trailing-backslash-in-recipes", "make check-cc-no-c-o" and "make maintainer-check" should also be run. Signed-off-by: Stefano Lattarini --- diff --git a/HACKING b/HACKING index 99b4a994e..8f51ff425 100644 --- a/HACKING +++ b/HACKING @@ -248,9 +248,14 @@ The repository will always have its own "odd" number so we can easily distinguish net and repo versions.) -* Run this: - - make bootstrap && make check && make distcheck +* Run these commands, in this order: + + make bootstrap + make check keep_testdirs=yes + make maintainer-check + make distcheck + make check-no-trailing-backslash-in-recipes + make check-cc-no-c-o It is also advised to run "git clean -fdx" before invoking the bootstrap, to ensure a really clean rebuild. However, it must