Re: [PATCH] parallel-tests: fix another BSD parallel make issue

2012-02-18 Thread Stefano Lattarini
On 02/18/2012 02:09 PM, Stefano Lattarini wrote: > [CC:ing bug-autoconf for Yet Another BSD make Bug, in case someone > cares to documenting it ...] > > When BSD make is run in parallel mode, it apparently strips any leading > directory component from the automatic variable '$*' (of course, again

[PATCH] parallel-tests: fix another BSD parallel make issue

2012-02-18 Thread Stefano Lattarini
[CC:ing bug-autoconf for Yet Another BSD make Bug, in case someone cares to documenting it ...] 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). This is causing FreeBSD 9.0 make

[FYI] {master} tests: avoid FreeBSD make VPATH issues in more tests (see bug#7884)

2012-02-18 Thread Stefano Lattarini
See also similar change 'v1.11-755-g818bc40' of 07-02-2012, "tests: work around bug#7884 in many yacc/lex tests". The rationale for this change is basically the same. * tests/lex-lib-external.test: Use "yl_distcheck" instead of bare "$MAKE distcheck" to avoid extra failures caused by automake bug