Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Feb 2023 15:37:13 GMT
From:      Mateusz Guzik <mjg@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 192a00198400 - main - i386: whack LINT-NO* kernels
Message-ID:  <202302211537.31LFbDI7050655@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by mjg:

URL: https://cgit.FreeBSD.org/src/commit/?id=192a001984009ad99e61203db0ea97bd1fc2dc73

commit 192a001984009ad99e61203db0ea97bd1fc2dc73
Author:     Mateusz Guzik <mjg@FreeBSD.org>
AuthorDate: 2023-02-21 08:35:19 +0000
Commit:     Mateusz Guzik <mjg@FreeBSD.org>
CommitDate: 2023-02-21 15:36:48 +0000

    i386: whack LINT-NO* kernels
    
    there is nothing i386-specific about them and equivalent configs already
    build for amd64.
    
    Reviewed by:    imp
    Differential Revision:  https://reviews.freebsd.org/D38700
---
 sys/i386/conf/LINT-NOINET  |  8 --------
 sys/i386/conf/LINT-NOINET6 |  6 ------
 sys/i386/conf/LINT-NOIP    | 22 ----------------------
 3 files changed, 36 deletions(-)

diff --git a/sys/i386/conf/LINT-NOINET b/sys/i386/conf/LINT-NOINET
deleted file mode 100644
index 2e4366ef8996..000000000000
--- a/sys/i386/conf/LINT-NOINET
+++ /dev/null
@@ -1,8 +0,0 @@
-# $FreeBSD$
-
-include LINT
-ident LINT-NOINET
-makeoptions MKMODULESENV+="WITHOUT_INET_SUPPORT="
-nooptions INET
-nodevice gre
-nodevice netmap
diff --git a/sys/i386/conf/LINT-NOINET6 b/sys/i386/conf/LINT-NOINET6
deleted file mode 100644
index ffb275fd68d9..000000000000
--- a/sys/i386/conf/LINT-NOINET6
+++ /dev/null
@@ -1,6 +0,0 @@
-# $FreeBSD$
-
-include LINT
-ident LINT-NOINET6
-makeoptions MKMODULESENV+="WITHOUT_INET6_SUPPORT="
-nooptions INET6
diff --git a/sys/i386/conf/LINT-NOIP b/sys/i386/conf/LINT-NOIP
deleted file mode 100644
index 1c91dae98baa..000000000000
--- a/sys/i386/conf/LINT-NOIP
+++ /dev/null
@@ -1,22 +0,0 @@
-# $FreeBSD$
-include LINT
-ident LINT-NOIP
-makeoptions MKMODULESENV+="WITHOUT_INET_SUPPORT="
-makeoptions MKMODULESENV+="WITHOUT_INET6_SUPPORT="
-nooptions INET
-nooptions INET6
-nooptions KERN_TLS
-nodevice age
-nodevice alc
-nodevice ale
-nodevice bxe
-nodevice em
-nodevice fxp
-nodevice jme
-nodevice lio
-nodevice msk
-nodevice mxge
-nodevice sge
-nodevice sk
-nodevice txp
-nodevice netmap



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