Repair .hdepend file?

Top Page
Attachments:
Message as email
+ (text/plain)
Delete this message
Reply to this message
Author: Craig White
Date:  
Subject: Repair .hdepend file?

-----Original Message-----
From:
[mailto:plug-discuss-admin@lists.plug.phoenix.az.us]On Behalf Of Alan
Dayley
Sent: Thursday, June 07, 2001 8:06 AM
To:
Subject: Re: Repair .hdepend file?



At 09:56 PM 6/6/01 -0700, you wrote:
>I can't answer that question - much may depend on what you've already done

thus
>far.
>
>I would suggest that you copy the .config file in your source directory to
>somewhere else, then make mrproper (clean house so to speak) and then copy

your
>.config file back in to your source tree and then make dep, make clean,

make
>bzImage, make modules, make modules_install (and finally make

install/bzlilo)
>
>Craig


Well, all those make commands are a good idea. The first one I tried was
make mrproper. However, it and any other make command produces the same
error with the .hdepend file.

As I think back about how the problem came about I remember one time
executing just "make" with no parameters. I quickly pressed ctl-c when it
started running because I did not want "make" with no parameters. I had to
quit for the night right after that. ("Boy, why did I type that! Oh, it's
after midnight, got up at 5am, brain going off line, off to bed for me.")
The next day is when the .hdepend error started. Stopping that "make"
command must have done something, you think?

----
it shouldn't have created any problems that 'make mrproper' wouldn't fix -
at least, not with my understanding of make mrproper.

you should also 'make clean' after you 'make dep'

If you cd /whatever your source folder is...typically like
/usr/src/linux-2.4/

and then
cp .config /temp/
make mrproper
cp /tmp/.config .
make menuconfig (or make config or make xconfig)
make dep

are you saying that you then get that error?

Craig