]> git.ipfire.org Git - thirdparty/automake.git/commit
[ng] tests: remove stale workarounds for non-GNU make
authorStefano Lattarini <stefano.lattarini@gmail.com>
Tue, 21 Feb 2012 16:14:29 +0000 (17:14 +0100)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Fri, 13 Apr 2012 17:02:31 +0000 (19:02 +0200)
commit239336d2dc35bfac52f1f05edcdb229e5700c191
tree7c26a9956b6a5df27bd4a841d9bb3ee05204fe32
parent20c1d7d7ff68c8351fd8bb953371012168240279
[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>
20 files changed:
t/color.sh
t/color2.sh
t/dist-formats.tap
t/distcheck-missing-m4.sh
t/distcheck-outdated-m4.sh
t/lex-line.sh
t/posixsubst-ldadd.sh
t/posixsubst-libraries.sh
t/posixsubst-ltlibraries.sh
t/posixsubst-sources.sh
t/posixsubst-tests.sh
t/silent8.sh
t/tap-color.sh
t/tap-doc.sh
t/tap-doc2.sh
t/tap-more.sh
t/tap-signal.tap
t/yacc-depend2.sh
t/yacc-line.sh
t/yacc-mix-c-cxx.sh