automake-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[FYI] {maint} HACKING: suggest more checks before releasing


From: Stefano Lattarini
Subject: [FYI] {maint} HACKING: suggest more checks before releasing
Date: Fri, 11 Jan 2013 18:59:16 +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 <address@hidden>
---
 HACKING | 11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

diff --git a/HACKING b/HACKING
index 99b4a99..21cc427 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:
+
+    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
-- 
1.8.1.rc3.192.g2d0029e




reply via email to

[Prev in Thread] Current Thread [Next in Thread]