On 2020-09-08 14:34, Peter Pentchev wrote:
> Just as a data point: for some time now I've been checking both
> variables with a single check :)
>
> ifeq (,$(filter nodoc,${DEB_BUILD_OPTIONS} ${DEB_BUILD_PROFILES}))
> ...
> endif
>
> ...does the job, with some possible overkill, but, hey, it works.
Indeed, I also saw this recipe somewhere else, and I think I'll be using
that now.
Thanks!