]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Fix incremental build with WITH_NVME newly enabled
authorBrooks Davis <brooks@FreeBSD.org>
Thu, 18 Apr 2024 13:57:38 +0000 (14:57 +0100)
committerBrooks Davis <brooks@FreeBSD.org>
Thu, 18 Apr 2024 13:58:17 +0000 (14:58 +0100)
commit26a09db3add30238b99e3214c56a3aee63fd71d1
tree97d3cce6f9d5712cb29157b06dec7cb9224c636c
parentee632fb9eb4a060a4087a7f5425bfe36e65cda61
Fix incremental build with WITH_NVME newly enabled

rescue.mk doesn't get updated when options change so nvme_util.o is now
missing on architectures were NVME was previously marked BROKEN.

Reviewed by: imp
Fixes: 2fda3ab0ac19 WITH_NVME: Remove from broken.
Differential Revision: https://reviews.freebsd.org/D44826
tools/build/depend-cleanup.sh