Update this to reflect changes in config(8) usage.

It finds 639 hits on kernel source from before the <sys/mount.h>
change earlier today.
This commit is contained in:
Poul-Henning Kamp 2001-04-23 17:31:16 +00:00
parent 3a3799c99e
commit cbfc3f7c5c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=75872

View File

@ -56,21 +56,18 @@ echo "Configuring kernels"
cd i386/conf
make LINT
if $init ; then
config -r LINT
config -r GENERIC
else
config LINT
config GENERIC
rm -rf ../../compile/LINT ../../compile/GENERIC
fi
config LINT
config GENERIC
)
(
cd pc98/conf
cp -f GENERIC GENERIC98
if $init ; then
config -r GENERIC98
else
config GENERIC98
rm -rf ../../compile/GENERIC98
fi
config GENERIC98
)
for i in $kernels