svn commit: r291220 - head/share/man/man4

Garrett Cooper ngie at FreeBSD.org
Mon Nov 23 19:44:40 UTC 2015


Author: ngie
Date: Mon Nov 23 19:44:39 2015
New Revision: 291220
URL: https://svnweb.freebsd.org/changeset/base/291220

Log:
  Revert r291170
  
  The mlx5* driver(s) are built [*]/installed separate from the OFED stack thanks
  to recent refactoring done in the linuxkpi(4) module.
  
  Always install the manpages instead of conditionally installing them if
  MK_OFED != no
  
  * Further refactoring of sys/ofed and linuxkpi(4) is pending to fully divorce
    mlx5* from ofed headers
  
  MFC after: never
  Requested by: hps

Modified:
  head/share/man/man4/Makefile

Modified: head/share/man/man4/Makefile
==============================================================================
--- head/share/man/man4/Makefile	Mon Nov 23 18:58:00 2015	(r291219)
+++ head/share/man/man4/Makefile	Mon Nov 23 19:44:39 2015	(r291220)
@@ -274,6 +274,7 @@ MAN=	aac.4 \
 	mk48txx.4 \
 	mld.4 \
 	mlx.4 \
+	mlx5en.4 \
 	mly.4 \
 	mmc.4 \
 	mmcsd.4 \
@@ -652,6 +653,7 @@ MLINKS+=lp.4 plip.4
 MLINKS+=malo.4 if_malo.4
 MLINKS+=md.4 vn.4
 MLINKS+=mem.4 kmem.4
+MLINKS+=mlx5en.4 mce.4
 MLINKS+=mn.4 if_mn.4
 MLINKS+=mos.4 if_mos.4
 MLINKS+=msk.4 if_msk.4
@@ -851,12 +853,6 @@ MAN+=		iscsi_initiator.4
 
 .endif
 
-.if ${MK_OFED} != "no"
-MAN+=		mlx5en.4
-
-MLINKS+=mlx5en.4 mce.4
-.endif
-
 .if ${MK_TESTS} != "no"
 ATF=            ${.CURDIR}/../../../contrib/atf
 .PATH:          ${ATF}/doc


More information about the svn-src-all mailing list