svn commit: r250079 - in head: share/man/man4 sys/amd64/conf sys/conf sys/dev/ntb sys/dev/ntb/if_ntb sys/dev/ntb/ntb_hw sys/modules sys/modules/ntb sys/modules/ntb/if_ntb sys/modules/ntb/ntb_hw

Florian Smeets flo at smeets.im
Tue Apr 30 09:57:06 UTC 2013


On Mon, Apr 29, 2013 at 10:48:53PM +0000, Carl Delsey wrote:
> Author: carl
> Date: Mon Apr 29 22:48:53 2013
> New Revision: 250079
> URL: http://svnweb.freebsd.org/changeset/base/250079
> 
> Log:
>   Add a new driver to support the Intel Non-Transparent Bridge(NTB).
>   

Hi Carl,

This change breaks installworld.

/usr/share/man/man4/nve.4.gz -> /usr/share/man/man4/ntb_hw.4.gz
install: link /usr/share/man/man4/ntb_hw.4.gz -> /usr/share/man/man4/nve.4.gz: No such file or directory
*** [_maninstall] Error code 71

I think the following patch does what you intended?

Index: share/man/man4/Makefile
===================================================================
--- share/man/man4/Makefile     (revision 250097)
+++ share/man/man4/Makefile     (working copy)
@@ -648,7 +648,8 @@
        netintro.4 networking.4
 MLINKS+=${_nfe.4} ${_if_nfe.4}
 MLINKS+=nge.4 if_nge.4
-MLINKS+=${_ntb.4} ${_if_ntb.4} ${_ntb_hw.4}
+MLINKS+=${_ntb.4} ${_if_ntb.4} \
+	${_ntb.4} ${_ntb_hw.4}
 MLINKS+=${_nve.4} ${_if_nve.4}
 MLINKS+=${_nxge.4} ${_if_nxge.4}
 MLINKS+=patm.4 if_patm.4

With this installworld finished as expected.

Florian
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 163 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-src-head/attachments/20130430/e65bb501/attachment.sig>


More information about the svn-src-head mailing list