From 1ab8fb6d0e8497c0b86a1453b901dda29ba9d9f6 Mon Sep 17 00:00:00 2001 From: Stefano Lattarini Date: Fri, 11 Jan 2013 18:57:28 +0100 Subject: [PATCH] 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 --- HACKING | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/HACKING b/HACKING index 99b4a99..8f51ff4 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 -- 2.7.4