Hi,

>> This patch is not finished yet and I am curious if this is the right
>> way to solve it. At least it still has the problem that the deps file
>> keeps on growing and is never cleared. Everytime when, for example,
>> the bbinit-method.targetinstall stage is executed the deps file is
>> appended with the same dependencies. But: at least it works better
>> then without it...
>
> we have this install_init, but.... it would break if there's more than
> one ipkg per .make file. (as is in the kernel). But we also create a
> mapping from package to it's ipks....
>
> I will think about it...but now today.

Already some thoughts?

>> +# install_alternative has some configuration defined dependencies. include 
>> them
>> +# if these exist.
>> +ifneq ($(wildcard $(STATEDIR)/*.alt_deps),)
>> +include $(wildcard $(STATEDIR)/*.alt_deps)
>> +endif
>
> just a simple "-include $(....)" might save some CPU cycles

I kept it in line with other includes in the same file, they all
contain such an 'if' construction.
I can change it, but then it should be changed within the entire file.
Shall I provide a patch for that?

Kind regards,

Remy

--
ptxdist mailing list
ptxdist@pengutronix.de

Reply via email to