[En-Nut-Discussion] Makefile automagic

Harald Kipp harald.kipp at egnite.de
Tue Feb 3 09:50:33 CET 2004


Lars,

yeah, that's a funny thing and many users, including
me, had been looking for this line in the Makefiles.

In fact it isn't there. Make finds out, that it
needs to create this file to build the final
binary. But because it never appears on the final
target list (unless you follow Marc's advice,
entering 'make httpd.elf'), make deletes it after
the binary is done. Or add it to the 'all' list
in the Makefile.

Harald

At 22:21 02.02.2004 +0100, you wrote:
>Hi group,
>
>Somewhere in the Make process
>this command line is generated
>
>rm httpd.elf
>
>can I suppress this in some way?
>I just can't find where it happens!




More information about the En-Nut-Discussion mailing list