diff options
author | phk <phk@FreeBSD.org> | 2000-09-25 12:40:39 +0000 |
---|---|---|
committer | phk <phk@FreeBSD.org> | 2000-09-25 12:40:39 +0000 |
commit | f113db530b7adaf6f39067d72d1eaf6796f8373f (patch) | |
tree | f2bd412471bd251411700ca8a259e71ccba3ca3b /tools | |
parent | 6da2b22ce5b211b1bb57688501cf6929307d6f2c (diff) | |
download | FreeBSD-src-f113db530b7adaf6f39067d72d1eaf6796f8373f.zip FreeBSD-src-f113db530b7adaf6f39067d72d1eaf6796f8373f.tar.gz |
Use "make LINT" to create our LINT config
Diffstat (limited to 'tools')
-rw-r--r-- | tools/tools/kerninclude/kerninclude.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/tools/kerninclude/kerninclude.sh b/tools/tools/kerninclude/kerninclude.sh index 6bcff05..f44f7b9 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 ) |