summaryrefslogtreecommitdiff
path: root/HACKING
diff options
context:
space:
mode:
authorStefano Lattarini <stefano.lattarini@gmail.com>2013-01-11 18:57:28 +0100
committerStefano Lattarini <stefano.lattarini@gmail.com>2013-01-11 19:01:14 +0100
commit1ab8fb6d0e8497c0b86a1453b901dda29ba9d9f6 (patch)
treef23d115ad3de387f199f5367c75477be99d5f560 /HACKING
parentb670a66a6ac1ee8ef25dc48a26e477812c2dbacf (diff)
downloadautomake-1ab8fb6d0e8497c0b86a1453b901dda29ba9d9f6.tar.gz
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 <stefano.lattarini@gmail.com>
Diffstat (limited to 'HACKING')
-rw-r--r--HACKING11
1 files changed, 8 insertions, 3 deletions
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