2009/4/22 Pablo Martín Viva <[email protected]>
>
> No se si hay algun comando propiamente para remover de una lista
> o de un string algunos valores pero viendo la documentacion de GNU Make
> http://www.cs.utah.edu/dept/old/texinfo/make/make.html#SEC59

Fijate que en una de las secciónes siguientes también tenes:

$(filter-out pattern...,text)
    Removes all whitespace-separated words in text that do match the
pattern words,
    returning only the words that do not match. This is the exact
opposite of the filte
    function.

_______________________________________________
Lista de correo Programacion.
[email protected]
http://listas.fi.uba.ar/mailman/listinfo/programacion

Responder a