svn commit: r354968 - in head: share/mk sys/conf
Jung-uk Kim
jkim at FreeBSD.org
Thu Nov 21 19:49:23 UTC 2019
On 19. 11. 21., Warner Losh wrote:
> Author: imp
> Date: Thu Nov 21 15:59:33 2019
> New Revision: 354968
> URL: https://svnweb.freebsd.org/changeset/base/354968
>
> Log:
> Introduce bsd.sysdir.mk to consolidate looking for the kernel.
>
> Reviewed by: jhb
> Differential Revision: https://reviews.freebsd.org/D22144
>
> Added:
> head/share/mk/bsd.sysdir.mk
> - copied, changed from r354937, head/share/mk/bsd.kmod.mk
> Modified:
> head/share/mk/bsd.dtb.mk
> head/share/mk/bsd.kmod.mk
> head/sys/conf/dtb.build.mk
> head/sys/conf/kmod.mk
It seems you forgot to install bsd.sysdir.mk. All device drivers in
ports tree are failing.
Index: share/mk/Makefile
===================================================================
--- share/mk/Makefile (revision 354973)
+++ share/mk/Makefile (working copy)
@@ -56,6 +56,7 @@ FILES= \
bsd.suffixes.mk \
bsd.symver.mk \
bsd.sys.mk \
+ bsd.sysdir.mk \
bsd.test.mk \
dirdeps.mk \
dirdeps-options.mk \
Jung-uk Kim
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 488 bytes
Desc: OpenPGP digital signature
URL: <http://lists.freebsd.org/pipermail/svn-src-head/attachments/20191121/ad6239f3/attachment.sig>
More information about the svn-src-head
mailing list