Skip Navigation

Variables in GNU Make: Simple and Recursive

www.bahmanm.com Variables in GNU Make: Simple and Recursive

There are two major flavours of variables in GNU Make: "simple" and "recursive".

There are two major flavours of variables in GNU Make: "simple" and "recursive".

While simple variables are quite simple and easy to understand, they can be limiting at times. On the other hand, recursive variables are powerful yet tricky.

...

There is exactly one rule to recall when using recursive variables...

🧠 The value of a recursive variable is computed every time it is expanded.

0

Variables in GNU Make: Simple and Recursive

19 2
General Programming Discussion @lemmy.ml bahmanm @lemmy.ml

Variables in GNU Make: Simple and Recursive

5 4
0 comments