Re: svn commit: r269506 - head/libexec/rtld-elf/tests/target

2014-08-04 Thread Garrett Cooper
On Aug 3, 2014, at 10:50 PM, Garrett Cooper wrote: > Author: ngie > Date: Mon Aug 4 05:50:21 2014 > New Revision: 269506 > URL: http://svnweb.freebsd.org/changeset/base/269506 > > Log: > Fix BINDIR to not duplicate "${TESTSDIR} > > This should fix 'make release' with MK_TESTS != no > > Pha

svn commit: r269506 - head/libexec/rtld-elf/tests/target

2014-08-03 Thread Garrett Cooper
Author: ngie Date: Mon Aug 4 05:50:21 2014 New Revision: 269506 URL: http://svnweb.freebsd.org/changeset/base/269506 Log: Fix BINDIR to not duplicate "${TESTSDIR} This should fix 'make release' with MK_TESTS != no Phabric: D525 (part of a larger patch) Reviewed by: jmmv Approve