OK, this is really nitpicking, so brace yourself...

The tests silent{3,4,9}.test must be kept in sync (they check for
silent-rules mode with libtool respectively in standard depmode case, 
non-fastdep case and nodep case).  This is fully reflected in comments 
of silent{4,9}.test; however, the comments in silent3.test tell to 
keep it in sync only with silent4.test, not mentioning silent9.test.
The attached patch fixes this.

Regards,
     Stefano
From 3b34e3152a33e0fb128cd9843f7228915e251b72 Mon Sep 17 00:00:00 2001
From: Stefano Lattarini <stefano.lattar...@gmail.com>
Date: Thu, 22 Apr 2010 22:34:29 +0200
Subject: [PATCH] Minor improvements in comments of silent3.test.

* tests/silent3.test: Tell to keep it in sync with `silent9.test'
too.
---
 ChangeLog          |    6 ++++++
 tests/silent3.test |    2 +-
 2 files changed, 7 insertions(+), 1 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index a026c84..08baa02 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2010-04-22  Stefano Lattarini  <stefano.lattar...@gmail.com>
+
+	Minor improvements in comments of test `silent3.test'.
+	* tests/silent3.test: Tell to keep it in sync with `silent9.test'
+	too.
+
 2010-04-20  Ralf Wildenhues  <ralf.wildenh...@gmx.de>
 
 	Fix -Werror handling for presence of configure.in and configure.ac.
diff --git a/tests/silent3.test b/tests/silent3.test
index 70023ec..f83d914 100755
--- a/tests/silent3.test
+++ b/tests/silent3.test
@@ -16,7 +16,7 @@
 
 # Check silent-rules mode, with libtool, standard depmode case.
 
-# Please keep this file in sync with silent4.test.
+# Please keep this file in sync with silent4.test and silent9.test.
 
 required=libtoolize
 . ./defs
-- 
1.6.5

Reply via email to