On Tue, 8 Jan 2002, Ethan Michaels wrote:

> Trying to use make.
> 
> make mrproper works OK apparantly
> 
> make menuconfig returns error:
> quote:
> make: *** No rule to make target 'include/linux/autoconf.h', needed by 
> 'include/linux/version.h'. Stop.
> /quote

that's because, when you run "make mrproper", you get rid of a
*lot* of stuff, including that file.  as i found out once upon a
time, it's not enough to run "make mrproper", then copy in a
new .config.  

you have *got* to run some form of make xxxconfig to rebuild the
missing files.  try "make oldconfig" as a start.

rday



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

Reply via email to