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.
This commit is contained in:
John Baldwin 2002-04-03 18:09:17 +00:00
parent 82813a8c7a
commit dd267672cd
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=93731
4 changed files with 15 additions and 2986 deletions

View file

@ -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

File diff suppressed because it is too large Load diff

View file

@ -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

File diff suppressed because it is too large Load diff