On Mon, Dec 13, 2021 at 07:04:49PM +0000, Andrew Cooper wrote: > ?= is a deferred assignment. Switch to an alternative form which lets us use > an immediate assignment. > > Before, version.sh gets run anywhere between 46 and 88 times, with 50 on a > `clean`. After, 6 times, invariant of main rune, and whether it is an
Instead of just 6, you probably mean between 6 and 12 times, "make clean; make; make", the last make would run version.sh 12 times. > incremental build or not. > > Signed-off-by: Andrew Cooper <[email protected]> Reviewed-by: Anthony PERARD <[email protected]> Thanks, -- Anthony PERARD
