[PATCH v3 1/8] tests: Allow tests to append tunables

Andreas Schwab schwab@suse.de
Thu Apr 16 14:44:10 GMT 2026


On Apr 16 2026, Yury Khrustalev wrote:

> +# Concatenate elements in the list using colon.
> +# Two spaces after 'subst' are intentional.
> +emptystring :=
> +spacestring := $(emptystring) # one space
> +define join-with-col
> +$(subst $(spacestring),:,$(strip $(1)))
> +endef

We already use $(subst $(empty) ,:,...) in several places.

-- 
Andreas Schwab, SUSE Labs, schwab@suse.de
GPG Key fingerprint = 0196 BAD8 1CE9 1970 F4BE  1748 E4D4 88E3 0EEA B9D7
"And now for something completely different."


More information about the Libc-alpha mailing list