for the record, G·N·U Make strips white·space from each argument to $(and …) and $(or …) before expanding, not just the first one, which is confusing and definitely not documented
i have multiple times done something like $(and $(VAR), -e $(VAR)) when actually what you need is $(and $(VAR),$(space)-e $(VAR))
i don’t love depending on G·N·U Make but there simply isn’t another option for what i’m trying to do
A small, community‐oriented Mastodon‐compatible Fediverse (GlitchSoc) instance managed as a joint venture between the cat and KIBI families.
i have multiple times done something like $(and $(VAR), -e $(VAR)) when actually what you need is $(and $(VAR),$(space)-e $(VAR))