Viestissä Keskiviikko 27. Marraskuuta 2002 19:19, Michael Schwendt kirjoitti:
> No, "make oldconfig" takes over the available ".config" file without
> giving you the chance to edit it. If you want to edit the kernel
> config, choose among "make config", "make menuconfig" (recommended!)
> or "make xconfig". In that case, you don't need/run "make oldconfig".

No, there's something wrong with "make xconfig", I just tested this. If I do:

make mrproper
make xconfig
  load kernel-2.4.18-athlon.config
  save and exit
make dep
make bzImage modules

then the compilation fails. If I do instead:

make mrproper
cp configs/kernel-2.4.18-athlon.config .config
make oldconfig
make dep
make bzImage modules

now the compilation succeeds. I believe those two command sequences _should_ 
work the same, but they don't.

-- 
        Markku Kolkka
        [EMAIL PROTECTED]



-- 
Psyche-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/psyche-list

Reply via email to