bug-make
[Top][All Lists]
Advanced

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

[bug #35410] [patch] Fix a bug with filter/filter-out functions when pat


From: Eldar Abusalimov
Subject: [bug #35410] [patch] Fix a bug with filter/filter-out functions when pattern contains only quoted percents
Date: Sun, 04 Mar 2012 10:12:44 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/535.11 (KHTML, like Gecko) Ubuntu/11.04 Chromium/17.0.963.56 Chrome/17.0.963.56 Safari/535.11

Follow-up Comment #4, bug #35410 (project make):

Well, personally I often use filter-out to intersect lists of variables, which
can be rather big (about 20000 variables) and contain more or less long
names.


old_variables := $(.VARIABLES)
...
new_variables := $(filter-out $(old_variables),$(.VARIABLES))


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?35410>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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