git: 4318dc9d13c6 - main - MK_NAND: this option was retired some time ago
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 26 Nov 2021 19:24:25 UTC
The branch main has been updated by imp:
URL: https://cgit.FreeBSD.org/src/commit/?id=4318dc9d13c6ae7da6a39be984050e409b8e73d3
commit 4318dc9d13c6ae7da6a39be984050e409b8e73d3
Author: Warner Losh <imp@FreeBSD.org>
AuthorDate: 2021-11-26 19:16:03 +0000
Commit: Warner Losh <imp@FreeBSD.org>
CommitDate: 2021-11-26 19:22:56 +0000
MK_NAND: this option was retired some time ago
Remove the now-bogus WITH_NAND and WITHOUT_NAND flags.
Sponsored by: Netflix
---
tools/build/options/WITHOUT_NAND | 2 --
tools/build/options/WITH_NAND | 2 --
2 files changed, 4 deletions(-)
diff --git a/tools/build/options/WITHOUT_NAND b/tools/build/options/WITHOUT_NAND
deleted file mode 100644
index a11d1901b261..000000000000
--- a/tools/build/options/WITHOUT_NAND
+++ /dev/null
@@ -1,2 +0,0 @@
-.\" $FreeBSD$
-Do not build the NAND Flash components.
diff --git a/tools/build/options/WITH_NAND b/tools/build/options/WITH_NAND
deleted file mode 100644
index 390167fca341..000000000000
--- a/tools/build/options/WITH_NAND
+++ /dev/null
@@ -1,2 +0,0 @@
-.\" $FreeBSD$
-Build the NAND Flash components.