On 26-May-00 Ulf Carlsson wrote:
>> offset.h is beeing rebuilt when .config changes. Please don't count on
>> that, makedep doesn't do it's job very well in this case and objects
>> depending on offset.h aren't neccesarily rebuilt :(
>
> You probably want to depend on include/linux/autoconf.h.
Unfortunately that doesn't help. Digging a little deeper I found that "make dep"
doesn't include dependencies on offset.h because "find -name \*.h" doesn't find
it when you start with a fresh source tree, or after a "make clean".
The fix is quite obvious: create an empty offset.h during make archdep.
I have a patch here which addresses that but I would like to make some more
tests
before I commit it.
--
Regards,
Harald
|