summaryrefslogtreecommitdiff
path: root/t/yacc-depend2.sh
diff options
context:
space:
mode:
authorStefano Lattarini <stefano.lattarini@gmail.com>2012-02-21 17:14:29 +0100
committerStefano Lattarini <stefano.lattarini@gmail.com>2012-04-13 19:02:31 +0200
commit239336d2dc35bfac52f1f05edcdb229e5700c191 (patch)
tree7c26a9956b6a5df27bd4a841d9bb3ee05204fe32 /t/yacc-depend2.sh
parent20c1d7d7ff68c8351fd8bb953371012168240279 (diff)
downloadautomake-239336d2dc35bfac52f1f05edcdb229e5700c191.tar.gz
[ng] tests: remove stale workarounds for non-GNU make
* t/yacc-depend2.sh: Remove now-irrelevant comment about the fact that this test fails with FreeBSD make. * t/silent8.sh: Remove useless workaround for NetBSD make. * t/tap-signal.tap: Likewise. * t/posixsubst-ldadd.sh: Remove useless workaround for FreeBSD make. * t/posixsubst-libraries.sh: Likewise. * t/posixsubst-ltlibraries.sh: Likewise. * t/posixsubst-sources.sh: Likewise. * t/posixsubst-tests.sh: Likewise. * t/distcheck-outdated-m4.sh: Remove workaround for extra-verbose make implementations (like Solaris make). * t/distcheck-missing-m4.sh: Likewise. * t/tap-color.sh: Likewise. * t/color.test (test_no_color): Likewise. * t/color2.test (test_no_color): Likewise. Remove redundant check that parallel make does nor redirect output to temporary files or named pipes. * t/tap-color.sh: Likewise. * t/tap-doc.sh: Do not post-process make output to strip extra lines printed bu Sun dmake.. * t/tap-doc2.sh: Remove stray comment. * t/yacc-mix-c-cxx.sh: Just assume that "make -jN" can run make in parallel mode. * t/tap-more.sh: Likewise. * t/dist-formats.tap: Likewise. * t/yacc-line.sh: Avoid workaround to cater for the Solaris XPG4 make inability to chain suffix rules. * t/lex-line.sh: Likewise. Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
Diffstat (limited to 't/yacc-depend2.sh')
-rwxr-xr-xt/yacc-depend2.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/t/yacc-depend2.sh b/t/yacc-depend2.sh
index 879cc5911..7b5cd1ce1 100755
--- a/t/yacc-depend2.sh
+++ b/t/yacc-depend2.sh
@@ -15,8 +15,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
# Make sure depcomp does not needlessly update headers and objects
-# for yacc rules. This test still fails with FreeBSD make (but passes
-# with NetBSD make).
+# for yacc rules.
required=yacc
. ./defs || Exit 1