From: Stefano Lattarini Date: Fri, 15 Apr 2011 16:12:05 +0000 (+0200) Subject: lex/yacc tests: remove redundant $distdir definition X-Git-Tag: ylwrap-refactor-abandoned-branch~43 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d986a8006ff7ce7fbe6f50b3242167cefa94448b;p=thirdparty%2Fautomake.git lex/yacc tests: remove redundant $distdir definition * tests/lex3.test ($distdir): Remove definition, that's already done in `tests/defs'. * tests/lexvpath.test: Likewise. * tests/yacc-basic.test: Likewise. * tests/yacc-cxx.test: Likewise. * tests/yacc-d-basic.test: Likewise. * tests/yacc-d-cxx.test: Likewise. * tests/yacc-d-vpath.test: Likewise. * tests/yacc-dist-nobuild-subdir.test: Likewise. * tests/yacc-dist-nobuild.test: Likewise. * tests/yacc-mix-c-cxx.test: Likewise. * tests/yaccvpath.test: Likewise. --- diff --git a/ChangeLog b/ChangeLog index 1a0363c10..468e4f1dc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,19 @@ +2011-04-12 Stefano Lattarini + + lex/yacc tests: remove redundant $distdir definition + * tests/lex3.test ($distdir): Remove definition, that's already + done in `tests/defs'. + * tests/lexvpath.test: Likewise. + * tests/yacc-basic.test: Likewise. + * tests/yacc-cxx.test: Likewise. + * tests/yacc-d-basic.test: Likewise. + * tests/yacc-d-cxx.test: Likewise. + * tests/yacc-d-vpath.test: Likewise. + * tests/yacc-dist-nobuild-subdir.test: Likewise. + * tests/yacc-dist-nobuild.test: Likewise. + * tests/yacc-mix-c-cxx.test: Likewise. + * tests/yaccvpath.test: Likewise. + 2011-04-12 Stefano Lattarini test defs: define default $distdir (help reducing duplication) diff --git a/tests/lex3.test b/tests/lex3.test index 7509d521f..91fc2530b 100755 --- a/tests/lex3.test +++ b/tests/lex3.test @@ -24,8 +24,6 @@ required=lex set -e -distdir=$me-1.0 - cat >> configure.in << 'END' AC_PROG_CC AM_PROG_LEX diff --git a/tests/lexvpath.test b/tests/lexvpath.test index 12f9ca6a8..3182d6790 100755 --- a/tests/lexvpath.test +++ b/tests/lexvpath.test @@ -27,8 +27,6 @@ required=lex set -e -distdir=$me-1.0 - cat > lexoutroot.in << 'END' LEX_OUTPUT_ROOT='@LEX_OUTPUT_ROOT@' END diff --git a/tests/yacc-basic.test b/tests/yacc-basic.test index 96625ccf4..d562b7f5a 100755 --- a/tests/yacc-basic.test +++ b/tests/yacc-basic.test @@ -22,8 +22,6 @@ required=yacc set -e -distdir=$me-1.0 - cat >> configure.in << 'END' AC_PROG_CC AC_PROG_YACC diff --git a/tests/yacc-cxx.test b/tests/yacc-cxx.test index a6682e50b..eacf62884 100755 --- a/tests/yacc-cxx.test +++ b/tests/yacc-cxx.test @@ -21,8 +21,6 @@ required=yacc . ./defs || Exit 1 -distdir=$me-1.0 - cat >> configure.in << 'END' AC_PROG_CXX AC_PROG_YACC diff --git a/tests/yacc-d-basic.test b/tests/yacc-d-basic.test index 53132b6d7..17750cd30 100755 --- a/tests/yacc-d-basic.test +++ b/tests/yacc-d-basic.test @@ -23,8 +23,6 @@ required=yacc set -e -distdir=$me-1.0 - cat >> configure.in << 'END' AC_PROG_CC AC_PROG_YACC diff --git a/tests/yacc-d-cxx.test b/tests/yacc-d-cxx.test index 43813463c..1308c1874 100755 --- a/tests/yacc-d-cxx.test +++ b/tests/yacc-d-cxx.test @@ -23,8 +23,6 @@ required=yacc set -e -distdir=$me-1.0 - write_parse () { header=$1 diff --git a/tests/yacc-d-vpath.test b/tests/yacc-d-vpath.test index 0efa61e89..3129acbea 100755 --- a/tests/yacc-d-vpath.test +++ b/tests/yacc-d-vpath.test @@ -27,8 +27,6 @@ required=yacc set -e -distdir=$me-1.0 - cat >> configure.in << 'END' AC_PROG_CC AC_PROG_YACC diff --git a/tests/yacc-dist-nobuild-subdir.test b/tests/yacc-dist-nobuild-subdir.test index b6811d7b9..0076062bb 100755 --- a/tests/yacc-dist-nobuild-subdir.test +++ b/tests/yacc-dist-nobuild-subdir.test @@ -23,8 +23,6 @@ required=yacc set -e -distdir=$me-1.0 - cat >> configure.in << 'END' AC_PROG_CC AM_PROG_CC_C_O diff --git a/tests/yacc-dist-nobuild.test b/tests/yacc-dist-nobuild.test index 9061f579e..c7bc16e97 100755 --- a/tests/yacc-dist-nobuild.test +++ b/tests/yacc-dist-nobuild.test @@ -22,8 +22,6 @@ required=yacc set -e -distdir=$me-1.0 - cat >> configure.in << 'END' AC_PROG_CC AC_PROG_YACC diff --git a/tests/yacc-mix-c-cxx.test b/tests/yacc-mix-c-cxx.test index 7ed2ef8ad..4765b5cb8 100755 --- a/tests/yacc-mix-c-cxx.test +++ b/tests/yacc-mix-c-cxx.test @@ -22,8 +22,6 @@ required=yacc set -e -distdir=$me-1.0 - cat >> configure.in << 'END' AC_PROG_CC AC_PROG_CXX diff --git a/tests/yaccvpath.test b/tests/yaccvpath.test index 77df917dc..3009063f4 100755 --- a/tests/yaccvpath.test +++ b/tests/yaccvpath.test @@ -28,8 +28,6 @@ required=yacc set -e -distdir=$me-1.0 - cat >> configure.in << 'END' AC_PROG_CC AC_PROG_YACC