diff options
author | Stefano Lattarini <stefano.lattarini@gmail.com> | 2013-01-11 18:57:28 +0100 |
---|---|---|
committer | Stefano Lattarini <stefano.lattarini@gmail.com> | 2013-01-11 19:01:14 +0100 |
commit | 1ab8fb6d0e8497c0b86a1453b901dda29ba9d9f6 (patch) | |
tree | f23d115ad3de387f199f5367c75477be99d5f560 /HACKING | |
parent | b670a66a6ac1ee8ef25dc48a26e477812c2dbacf (diff) | |
download | automake-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-- | HACKING | 11 |
1 files changed, 8 insertions, 3 deletions
@@ -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 |