Re: Dropping "call" operator?
Stefan Monnier via Users list for the GNU implementation of make <[email protected]> Tue, 26 Mar 2024 09:46:10 -0400
| Newsgroups | gmane.comp.gnu.make.general |
|---|---|
| Message-ID | <[email protected]> |
> Addendum, yes, directly via:
>
> define a b c
> ...
> endef
>
> as well as with embedded comma:
>
> define a b c,
> ...
> endef
>
> These can be referenced via $(a b c) and $(a b c,).
Eww!
Stefan