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

Carl Delsey carl at FreeBSD.org
Tue Apr 30 17:02:45 UTC 2013


Thanks Florian. Fixed in r250110.

On 04/30/13 02:57, Florian Smeets wrote:
> 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: signature.asc
Type: application/pgp-signature
Size: 897 bytes
Desc: OpenPGP digital signature
URL: <http://lists.freebsd.org/pipermail/svn-src-head/attachments/20130430/b99999b2/attachment.sig>


More information about the svn-src-head mailing list