From 82ffca3d9a7946f78f4602f6b9a5a5b87aa42b90 Mon Sep 17 00:00:00 2001 From: Stefano Lattarini Date: Mon, 23 Apr 2012 11:31:57 +0200 Subject: [PATCH] [ng] parallel-tests: remove obsolete comment * 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 --- lib/am/check.am | 6 ------ 1 file changed, 6 deletions(-) diff --git a/lib/am/check.am b/lib/am/check.am index 546f60c70..196110501 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: -## -## and FreeBSD PR bin/159730: -## . $$success || exit 1 RECHECK_LOGS = $(TEST_LOGS) -- 2.47.2