From ff56a14aba6d120db325bc616fa934ad1a5e85f4 Mon Sep 17 00:00:00 2001 From: jhb Date: Wed, 3 Apr 2002 18:09:17 +0000 Subject: 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. --- sys/i386/conf/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/i386/conf/Makefile') 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 -- cgit v1.1