]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
HACKING: suggest more checks before releasing
authorStefano Lattarini <stefano.lattarini@gmail.com>
Fri, 11 Jan 2013 17:57:28 +0000 (18:57 +0100)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Fri, 11 Jan 2013 18:01:14 +0000 (19:01 +0100)
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 <stefano.lattarini@gmail.com>
HACKING

diff --git a/HACKING b/HACKING
index 99b4a994e426f54a4d5c52a491dd97eb0f07997c..8f51ff425091e4f7ef9392f9c9fafa017cbc2a79 100644 (file)
--- a/HACKING
+++ b/HACKING
   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