svn commit: r276980 - stable/9/contrib/ofed/usr.bin/osmtest

Hans Petter Selasky hselasky at FreeBSD.org
Sun Jan 11 14:49:19 UTC 2015


Author: hselasky
Date: Sun Jan 11 14:49:18 2015
New Revision: 276980
URL: https://svnweb.freebsd.org/changeset/base/276980

Log:
  Unset BINDIR for osmtest, because ${TESTSBASE} is unset.
  
  Sponsored by:	Mellanox Technologies

Modified:
  stable/9/contrib/ofed/usr.bin/osmtest/Makefile

Modified: stable/9/contrib/ofed/usr.bin/osmtest/Makefile
==============================================================================
--- stable/9/contrib/ofed/usr.bin/osmtest/Makefile	Sun Jan 11 14:36:26 2015	(r276979)
+++ stable/9/contrib/ofed/usr.bin/osmtest/Makefile	Sun Jan 11 14:49:18 2015	(r276980)
@@ -5,7 +5,8 @@
 OPENSM=	${.CURDIR}/../../management/opensm
 .PATH:	${OPENSM}/osmtest ${OPENSM}/man
 
-BINDIR=	${TESTSBASE}/usr.bin/opensm
+# NOTE: FreeBSD-9 has currently no ${TESTSBASE}
+#BINDIR=	${TESTSBASE}/usr.bin/opensm
 PROG=	osmtest
 
 SRCS=	main.c \


More information about the svn-src-all mailing list