Suppose that I have the following two variables A and B. I want to
compute the union and the intersection of them, which are 'a b c d'
and 'b c' respectively.

A = a b c
B = b c d

I don't find 'union' and 'intersection' in the manual. Could somebody
let me know how to do it in gnu make?


_______________________________________________
Help-make mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-make

Reply via email to