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

Garrett Cooper ngie at FreeBSD.org
Mon Aug 4 05:50:22 UTC 2014


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
  Approved by: jmmv (co-mentor)

Modified:
  head/libexec/rtld-elf/tests/target/Makefile

Modified: head/libexec/rtld-elf/tests/target/Makefile
==============================================================================
--- head/libexec/rtld-elf/tests/target/Makefile	Mon Aug  4 05:49:13 2014	(r269505)
+++ head/libexec/rtld-elf/tests/target/Makefile	Mon Aug  4 05:50:21 2014	(r269506)
@@ -3,7 +3,7 @@
 .include <bsd.own.mk>
 
 PROG=		target
-BINDIR=		${TESTSBASE}${TESTSDIR}/libexec/rtld-elf
+BINDIR=		${TESTSBASE}/libexec/rtld-elf
 
 CFLAGS+=	-I${.CURDIR}/../libpythagoras
 


More information about the svn-src-all mailing list