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/


_______________________________________________
Bug-make mailing list
Bug-make@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-make

Reply via email to