Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Aug 2024 18:07:07 GMT
From:      John Baldwin <jhb@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 7b182a286d42 - stable/14 - Remove the MK_NVME build option
Message-ID:  <202408271807.47RI77P3093711@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/14 has been updated by jhb:

URL: https://cgit.FreeBSD.org/src/commit/?id=7b182a286d42c0d7d799b5d2e05905dee803297a

commit 7b182a286d42c0d7d799b5d2e05905dee803297a
Author:     John Baldwin <jhb@FreeBSD.org>
AuthorDate: 2024-04-23 18:47:44 +0000
Commit:     John Baldwin <jhb@FreeBSD.org>
CommitDate: 2024-08-27 15:54:45 +0000

    Remove the MK_NVME build option
    
    The drivers and utilities are now built and installed unconditionally.
    
    Reviewed by:    imp, emaste
    Sponsored by:   Chelsio Communications
    Differential Revision:  https://reviews.freebsd.org/D44843
    
    (cherry picked from commit ee3187f6fa7986c6bfaa97528e050b796eaca343)
---
 share/mk/src.opts.mk             | 1 -
 tools/build/options/WITHOUT_NVME | 1 -
 tools/build/options/WITH_NVME    | 1 -
 3 files changed, 3 deletions(-)

diff --git a/share/mk/src.opts.mk b/share/mk/src.opts.mk
index ea5931ad6c1d..a12a748a6055 100644
--- a/share/mk/src.opts.mk
+++ b/share/mk/src.opts.mk
@@ -151,7 +151,6 @@ __DEFAULT_YES_OPTIONS = \
     NS_CACHING \
     NTP \
     NUAGEINIT \
-    NVME \
     OFED \
     OPENSSL \
     PAM \
diff --git a/tools/build/options/WITHOUT_NVME b/tools/build/options/WITHOUT_NVME
deleted file mode 100644
index 9669deb2ed9e..000000000000
--- a/tools/build/options/WITHOUT_NVME
+++ /dev/null
@@ -1 +0,0 @@
-Do not build nvme related tools and kernel modules.
diff --git a/tools/build/options/WITH_NVME b/tools/build/options/WITH_NVME
deleted file mode 100644
index 053cfc568b10..000000000000
--- a/tools/build/options/WITH_NVME
+++ /dev/null
@@ -1 +0,0 @@
-Build nvme related tools and kernel modules.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202408271807.47RI77P3093711>