]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
config: drop dependency on libnv
authorKyle Evans <kevans@FreeBSD.org>
Wed, 8 Feb 2023 06:02:56 +0000 (00:02 -0600)
committerKyle Evans <kevans@FreeBSD.org>
Wed, 8 Feb 2023 06:09:19 +0000 (00:09 -0600)
commit29c5f8bf9a011d92462977bae59b4889ec5d95ad
tree4cab26952f363ad1c95e2951202a7e2709352438
parent2ffdc21324bd1772fa2f40efed3987afecabf5cb
config: drop dependency on libnv

Compile mkmakefile.c as C++ instead and use an std::unordered_map to
accomplish the same goal.

Reviewed by: imp
Sponsored by: Klara, Inc.
Sponsored by: NetApp, Inc.
Differential Revision: https://reviews.freebsd.org/D38275
usr.sbin/config/Makefile
usr.sbin/config/mkmakefile.cc [moved from usr.sbin/config/mkmakefile.c with 95% similarity]