From 8aa6458645b5c104ac8ddbe41a574b4b1a08e87f Mon Sep 17 00:00:00 2001 From: Poul-Henning Kamp Date: Mon, 25 Sep 2000 12:40:39 +0000 Subject: [PATCH] Use "make LINT" to create our LINT config --- tools/tools/kerninclude/kerninclude.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/tools/kerninclude/kerninclude.sh b/tools/tools/kerninclude/kerninclude.sh index 6bcff05edbc..f44f7b97d27 100644 --- a/tools/tools/kerninclude/kerninclude.sh +++ b/tools/tools/kerninclude/kerninclude.sh @@ -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 )