Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-patch] Allow editing a Make View tag (core patch)

> 
> This core patch updates the MakeUtil.java class which is responsible for
> maintaining the
> mapping between make targets/tags and the resources on which they are being
> applied.
> The update adds a new method so that you can do an inline replacement of a
> given
> target tag with another target tag, principally to support editing in the
> UI.
> 
> Incidentally,  just like realloc can be both a malloc and a free, so can the
> replacement
> method.   See the JavaDoc on the method for further details.
> 
> For the ChangeLog:
> - Update the core MakeUtil class with a method to support inline replacement
> of a
>    make target with a different make target.
> 

After the last build conference, I do not see any reason to hold this patch.
Commited.

Thanks Thomas.



Back to the top