summaryrefslogtreecommitdiffstats
path: root/sys/i386/conf
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2002-07-15 17:48:47 +0000
committerjhb <jhb@FreeBSD.org>2002-07-15 17:48:47 +0000
commit87b7140810d8a55bd85b9e0a6572b2305388f733 (patch)
tree5ba71711b007ddc125af1883e7a38300fe5ca180 /sys/i386/conf
parent005eec7dbe40ac9cc229e051e39a35bcd93b6474 (diff)
downloadFreeBSD-src-87b7140810d8a55bd85b9e0a6572b2305388f733.zip
FreeBSD-src-87b7140810d8a55bd85b9e0a6572b2305388f733.tar.gz
makeLINT.send has been moved to sys/conf so we can build LINT on other
architectures besides i386.
Diffstat (limited to 'sys/i386/conf')
-rw-r--r--sys/i386/conf/Makefile4
-rw-r--r--sys/i386/conf/makeLINT.sed7
2 files changed, 2 insertions, 9 deletions
diff --git a/sys/i386/conf/Makefile b/sys/i386/conf/Makefile
index 1047f1f..72308f9 100644
--- a/sys/i386/conf/Makefile
+++ b/sys/i386/conf/Makefile
@@ -6,5 +6,5 @@ all:
clean:
rm -f LINT
-LINT: ../../conf/NOTES NOTES makeLINT.sed
- cat ../../conf/NOTES NOTES | sed -E -n -f makeLINT.sed > LINT
+LINT: ../../conf/NOTES NOTES ../../conf/makeLINT.sed
+ cat ../../conf/NOTES NOTES | sed -E -n -f ../../conf/makeLINT.sed > LINT
diff --git a/sys/i386/conf/makeLINT.sed b/sys/i386/conf/makeLINT.sed
deleted file mode 100644
index 757dcab..0000000
--- a/sys/i386/conf/makeLINT.sed
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/usr/bin/sed -E -n -f
-# $FreeBSD$
-
-/^(machine|ident|device|makeoptions|options|profile|cpu|option|maxusers)[[:space:]]/ {
- s/[[:space:]]*#.*$//
- p
-}
OpenPOWER on IntegriCloud