bug-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

documentation for filter-out


From: Raphael Payen
Subject: documentation for filter-out
Date: Wed, 19 Dec 2001 18:43:18 +0100

In the documentation :
http://www.gnu.org/manual/make/html_chapter/make_8.html#SEC77

$(filter-out pattern...,text) 
Returns all whitespace-separated words in text that do not match any of the
pattern words, removing the words that do match one or more. This is the
exact opposite of the filter function. 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 filter function. For
example, given [...]

I think there is too much text.

Thank you for all your work.
---
Payen Raphael
address@hidden 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]