help-make
[Top][All Lists]
Advanced

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

How to take union or intersection of two variables?


From: Peng Yu
Subject: How to take union or intersection of two variables?
Date: Thu, 31 Dec 2009 14:17:53 +1800

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?




reply via email to

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