[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Deferred->immediate variable reassignment trick.
From: |
Paul Smith |
Subject: |
Re: Deferred->immediate variable reassignment trick. |
Date: |
Wed, 21 Jun 2023 12:53:22 -0400 |
User-agent: |
Evolution 3.48.3 (by Flathub.org) |
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".