[Tinyos-devel] Creating a platform specific cleanup rule

David Gay dgay42 at gmail.com
Mon Oct 9 17:52:07 PDT 2006


On 10/9/06, Martin Leopold <leopold at diku.dk> wrote:
> Hi All.
> I'm trying to create a platfrom specific cleanup rule (Keil creates a
> lot of mess), but I can't figure out how. The general clean rule has a
> "CLEAN_EXTRA" variable, but I can't figure out how to use it.
>
> If I set the "CLEAN_EXTRA" in my toplevel .target file (cc2430em.target)
> this doesn't get included in time for "make clean" to actually remove my
> stuff.

Did you try with a := or an = assignment to CLEAN_EXTRA? (the latter
shouldn't be load order dependent, I think). The other solution is to
put extra generated files in BUILDDIR ;-) (that's what I did for
storage)

David


More information about the Tinyos-devel mailing list