summaryrefslogtreecommitdiffstats
path: root/sys/i386/conf/Makefile
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2002-04-03 18:09:17 +0000
committerjhb <jhb@FreeBSD.org>2002-04-03 18:09:17 +0000
commitff56a14aba6d120db325bc616fa934ad1a5e85f4 (patch)
treed4a3aacdb800ba5c8ab766978a006dc101127fee /sys/i386/conf/Makefile
parentfc9f4708596377fad16e30e7c680779b311ee686 (diff)
downloadFreeBSD-src-ff56a14aba6d120db325bc616fa934ad1a5e85f4.zip
FreeBSD-src-ff56a14aba6d120db325bc616fa934ad1a5e85f4.tar.gz
First round at trying to split up NOTES into MI and MD portions.
Unfortunately, this level doesn't really provide enough granularity. We probably need several MI NOTES type files for things that are shared by several architectures but not by all. For example, the PCI options could live in a NOTES.pci. This also updates the Makefile for i386 to generate LINT. The only changes in the generated LINT are the order of various options. Suggestions for improvement welcome.
Diffstat (limited to 'sys/i386/conf/Makefile')
-rw-r--r--sys/i386/conf/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/i386/conf/Makefile b/sys/i386/conf/Makefile
index acf1e11..d3a508a 100644
--- a/sys/i386/conf/Makefile
+++ b/sys/i386/conf/Makefile
@@ -6,5 +6,5 @@ all:
clean:
rm LINT
-LINT: NOTES makeLINT.pl
- perl5 makeLINT.pl < NOTES > LINT
+LINT: ../../conf/NOTES NOTES makeLINT.pl
+ cat ../../conf/NOTES NOTES | perl5 makeLINT.pl > LINT
OpenPOWER on IntegriCloud