On Mon, Apr 12, 2004 at 09:14:33PM +0200, Thiemo Seufer wrote: > [ -boot added again to CC ] > > Stephen R Marenka wrote: > [snip] > > > > All i know is that if I change > > > > > > > > $(KERNEL): $(TEMP)/$$(@F) > > > > > > This is at least broken syntax, btw. > > > > Well I have to agree, since it doesn't work for me. > > Well, it was a finer line of argumentation. :-)
:-)
> $(@F) is a special make variable, but $$ is something different
> (not sure what exacly).
>
> > AFAICT, the first expression includes the subarch in the kernel name,
> > which it will have in dest but not in tree.
>
> The original one handles EXTRANAME, the others don't properly.
So it really should be changed back to the following?
$(KERNEL): $(TEMP_KERNEL)
Thanks,
Stephen (who's learned more about make working on d-boot than I ever
wanted to know. :)
--
Stephen R. Marenka If life's not fun, you're not doing it right!
<[EMAIL PROTECTED]>
signature.asc
Description: Digital signature

