automake-ng
[Top][All Lists]
Advanced

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

[Automake-ng] [PATCH 08/10] [ng] parallel-tests: remove obsolete comment


From: Stefano Lattarini
Subject: [Automake-ng] [PATCH 08/10] [ng] parallel-tests: remove obsolete comment
Date: Mon, 23 Apr 2012 11:57:26 +0200

* lib/am/check.am ($(TEST_SUITE_LOGS)): Remove a comment referring to a
FreeBSD make bug that is not present in GNU make.

Signed-off-by: Stefano Lattarini <address@hidden>
---
 lib/am/check.am |    6 ------
 1 file changed, 6 deletions(-)

diff --git a/lib/am/check.am b/lib/am/check.am
index 546f60c..1961105 100644
--- a/lib/am/check.am
+++ b/lib/am/check.am
@@ -248,12 +248,6 @@ $(TEST_SUITE_LOG): $(TEST_LOGS) $(am__TEST_RESULTS)
          fi;                                                           \
          echo "$$col$$br$$std";                                        \
        fi;                                                             \
-## Be sure to exit with the proper exit status.  The use of "exit 1" below
-## is required to work around a FreeBSD make bug (present only when running
-## in concurrent mode).  See automake bug#9245:
-##  <http://debbugs.gnu.org/cgi/bugreport.cgi?bug=9245>
-## and FreeBSD PR bin/159730:
-##  <http://www.freebsd.org/cgi/query-pr.cgi?pr=159730>.
        $$success || exit 1
 
 RECHECK_LOGS = $(TEST_LOGS)
-- 
1.7.9.5




reply via email to

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