Re: Deferred->immediate variable reassignment trick.
Paul Smith <[email protected]>
| Newsgroups | gmane.comp.gnu.make.general |
|---|---|
| Organization | GNU's Not UNIX! |
| Message-ID | <[email protected]> |
On Wed, 2023-06-21 at 12:51 -0400, Paul Smith wrote: > V ?= foo Sorry of course this should be "V = foo" or "V := foo"; whatever assignment operator you use here doesn't matter, you'll always see "bar" if you run "make V=bar".