> Author: sbruno
> Date: Tue Jan 10 03:23:22 2017
> New Revision: 311849
> URL: https://svnweb.freebsd.org/changeset/base/311849
> 
> Log:
>   Migrate e1000 to the IFLIB framework:
>   . . .
>   - create a symbolic link in /boot/kernel from if_em.ko to if_igb.ko

If one used DESTDIR= pointing to a local directory for a cross
built installkernel for later copying to the system(s) that will
use the kernel one gets such things as:

# ls -l /usr/obj/DESTDIRs/clang-pine64-installkernel/boot/kernel/if_igb.ko 
lrwxr-xr-x  1 root  wheel  65 Feb 14 09:25 
/usr/obj/DESTDIRs/clang-pine64-installkernel/boot/kernel/if_igb.ko -> 
/usr/obj/DESTDIRs/clang-pine64-installkernel/boot/kernel/if_em.ko

But the target place(s) to later copy to is(are) unlikely to
have such a path.

Relative paths, hard links, or independent copies could avoid
such things.

===
Mark Millard
markmi at dsl-only.net

_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to