]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
[ng] parallel-tests: remove obsolete comment
authorStefano Lattarini <stefano.lattarini@gmail.com>
Mon, 23 Apr 2012 09:31:57 +0000 (11:31 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Mon, 23 Apr 2012 09:40:49 +0000 (11:40 +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 <stefano.lattarini@gmail.com>
lib/am/check.am

index 546f60c70bac7f821b77b7117c7008446bc3f752..196110501bc7dc60b4b8f0d32da72c3c1ed98789 100644 (file)
@@ -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)