-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On Wednesday 25 December 2002 04:14 pm, Robert P. J. Day wrote:
>   ok, there's definitely something weird in the latest kernel --
> 2.4.20-2.2 -- that affects (although not in a fatal way) which
> config file will be used as a default if there is no current
> config file.  (i've verified that the same problem exists
> in earlier kernel source trees.)

Duplicated using kernel-source-2.4.18-19.8.0. 

I never use 'make xconfig' normally, so I've never noticed before. I 
usually just copy the config file I want, and then 'make config' if I'm 
making modifications. Otherwise, I just 'make oldconfig'.

For what it's worth, my normal build process is:
make mrproper
cp configs/kernel-2.4.18-athlon.config .config
make oldconfig (or make config)
make dep && make bzImage && make modules

make config (when no .config file exists) gets the right config file.
[root@paradox linux-2.4.18-19.8.0]# make config
rm -f include/asm
( cd include ; ln -sf asm-i386 asm)
/bin/sh scripts/Configure arch/i386/config.in
#
# Using defaults found in configs/kernel-2.4.18-athlon.config

make menuconfig also gets it right:
/bin/sh scripts/Menuconfig arch/i386/config.in
Using defaults found in configs/kernel-2.4.18-athlon.config

While make xconfig gets it wrong:
if [ -f configs/*-ERNTYPE.config ]; then \
        conf=`echo configs/*-ERNELTYPE.config`; \
        echo "set defaults \"\"" >> kconfig.tk; \
else \
        echo "set defaults \"arch/i386/defconfig\"" >> kconfig.tk; \
fi
echo "set ARCH \"i386\"" >> kconfig.tk
cat tail.tk >> kconfig.tk
chmod 755 kconfig.tk
make[1]: Leaving directory `/usr/src/linux-2.4.18-19.8.0/scripts'
wish -f scripts/kconfig.tk

Under processor type and features, I get:
Pentiumlll/Celeron Coppermine

Very strange.

- -- 
- -Michael

pgp key:  http://www.tuxfan.homeip.net:8080/gpgkey.txt
Red Hat Linux 7.{2,3}|8.0 in 8M of RAM: http://www.rule-project.org/
- --
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.7 (GNU/Linux)

iD8DBQE+Ck6Qn/07WoAb/SsRAjM7AKCZgfmUMcksQQR/w3qCIyXuBJWrbgCfQiQ3
j6gIzsq5UhKdobuqb8ke7PI=
=TUM4
-----END PGP SIGNATURE-----



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to