Date: Thu, 7 Dec 2017 01:49:35 +0000 (UTC) From: Bryan Drewery <bdrewery@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r326649 - in head/targets/pseudo/userland: . lib Message-ID: <201712070149.vB71nZsh032771@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bdrewery Date: Thu Dec 7 01:49:35 2017 New Revision: 326649 URL: https://svnweb.freebsd.org/changeset/base/326649 Log: Disconnect OFED after r326169 broke all DIRDEPS support for it. Modified: head/targets/pseudo/userland/Makefile.depend head/targets/pseudo/userland/lib/Makefile.depend Modified: head/targets/pseudo/userland/Makefile.depend ============================================================================== --- head/targets/pseudo/userland/Makefile.depend Thu Dec 7 00:31:28 2017 (r326648) +++ head/targets/pseudo/userland/Makefile.depend Thu Dec 7 01:49:35 2017 (r326649) @@ -894,27 +894,6 @@ DIRDEPS+= usr.sbin/cxgbetool DIRDEPS+= usr.bin/dtc .endif -.if ${MK_OFED} != "no" -DIRDEPS+= \ - contrib/ofed/usr.bin/ibaddr \ - contrib/ofed/usr.bin/ibnetdiscover \ - contrib/ofed/usr.bin/ibping \ - contrib/ofed/usr.bin/ibportstate \ - contrib/ofed/usr.bin/ibroute \ - contrib/ofed/usr.bin/ibsendtrap \ - contrib/ofed/usr.bin/ibstat \ - contrib/ofed/usr.bin/ibsysstat \ - contrib/ofed/usr.bin/ibtracert \ - contrib/ofed/usr.bin/opensm \ - contrib/ofed/usr.bin/osmtest \ - contrib/ofed/usr.bin/perfquery \ - contrib/ofed/usr.bin/saquery \ - contrib/ofed/usr.bin/sminfo \ - contrib/ofed/usr.bin/smpdump \ - contrib/ofed/usr.bin/smpquery \ - contrib/ofed/usr.bin/vendstat -.endif - DIRDEPS+= ${DIRDEPS.${MACHINE}:U} Modified: head/targets/pseudo/userland/lib/Makefile.depend ============================================================================== --- head/targets/pseudo/userland/lib/Makefile.depend Thu Dec 7 00:31:28 2017 (r326648) +++ head/targets/pseudo/userland/lib/Makefile.depend Thu Dec 7 01:49:35 2017 (r326649) @@ -242,22 +242,6 @@ DIRDEPS+= \ lib/libpmcstat .endif -.if ${MK_OFED} != "no" -DIRDEPS+= \ - contrib/ofed/usr.lib/libcxgb4 \ - contrib/ofed/usr.lib/libibcm \ - contrib/ofed/usr.lib/libibcommon \ - contrib/ofed/usr.lib/libibmad \ - contrib/ofed/usr.lib/libibumad \ - contrib/ofed/usr.lib/libibverbs \ - contrib/ofed/usr.lib/libmlx4 \ - contrib/ofed/usr.lib/libopensm \ - contrib/ofed/usr.lib/libosmcomp \ - contrib/ofed/usr.lib/libosmvendor \ - contrib/ofed/usr.lib/librdmacm \ - contrib/ofed/usr.lib/libsdp -.endif - .if ${MK_BLACKLIST_SUPPORT} != "no" DIRDEPS+= lib/libblacklist .endif
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201712070149.vB71nZsh032771>