]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Don't fail universe kernel stage for TARGET_ARCHes without a kernel config.
authorjhb <jhb@FreeBSD.org>
Tue, 7 Jan 2020 21:56:28 +0000 (21:56 +0000)
committerjhb <jhb@FreeBSD.org>
Tue, 7 Jan 2020 21:56:28 +0000 (21:56 +0000)
commit144894d5cca2a485a705d652e9b8f211bf96da0f
tree4021c2da7c208e93a142ae96ca0c3fcc8dbd2b52
parent03c502c41a77c99a4b7f3bc4d9612a974c419363
Don't fail universe kernel stage for TARGET_ARCHes without a kernel config.

This fixes a regression in r356418 where the entire universe would
fail early due to an undefined make target when a given TARGET_ARCH
had no associated kernel configs.  This is true for all of the
hard-float mips TARGET_ARCHes currently.

Pointy hat to: me
Reviewed by: emaste
MFC after: 1 month
Differential Revision: https://reviews.freebsd.org/D23071
Makefile