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:
parent
82813a8c7a
commit
dd267672cd
@ -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
|
||||
|
1213
sys/conf/NOTES
1213
sys/conf/NOTES
File diff suppressed because it is too large
Load Diff
@ -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
|
||||
|
1780
sys/i386/conf/NOTES
1780
sys/i386/conf/NOTES
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user