]> git.ipfire.org Git - thirdparty/automake.git/commit
[ng] parallel-tests: remove workaround for BSD make
authorStefano Lattarini <stefano.lattarini@gmail.com>
Sun, 15 Apr 2012 10:02:47 +0000 (12:02 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Mon, 16 Apr 2012 20:37:29 +0000 (22:37 +0200)
commitbb31e232cb75989c1c7cc8cdb91c10954bbb3333
tree7d1324185ff1daf2a64602d8aa07886596938062
parent2c35939ef284c2dbb78134f7bc8713b5b171850a
[ng] parallel-tests: remove workaround for BSD make

When BSD make is run in parallel mode, it apparently strips any
leading directory component from the automatic variable '$*' (of
course, against what POSIX mandates).  In order to avoid this
behaviour from breaking the parallel-tests driver, we added an
hacky workaround in commit v1.11-1982-ge1606b3 of 18-02-2012.
Now that we assume GNU make, this workaround is not needed anymore,
so let's remove it.

* lib/check2.am (am__set_b): Remove its definition and its uses.

Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
lib/am/check2.am