Use "make LINT" to create our LINT config

This commit is contained in:
Poul-Henning Kamp 2000-09-25 12:40:39 +00:00
parent 93ce5ab049
commit 8aa6458645
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=66353

View File

@ -150,7 +150,7 @@ if $init ; then
echo "Configuring kernels"
(
cd i386/conf
perl ./makeLINT.pl < NOTES > LINT
make LINT
config -r -p LINT
config -r GENERIC
)