[bug #61463] private does not suppress inheritance on exported target specific variables

2021-11-10 Thread anonymous
URL: Summary: private does not suppress inheritance on exported target specific variables Project: make Submitted by: None Submitted on: Wed 10 Nov 2021 07:28:11 PM UTC Severity: 3 -

RE: [PATCH 3/3] Introduce $(compare ...) for numerical comparison

2021-11-10 Thread rsbecker
On November 10, 2021 12:19 PM, Jouke Witteveen wrote: > To: psm...@gnu.org > Cc: bug-make > Subject: Re: [PATCH 3/3] Introduce $(compare ...) for numerical comparison > > On Mon, Nov 8, 2021 at 4:08 PM Paul Smith wrote: > > > > On Fri, 2021-07-16 at 14:04 +0200, Jouke Witteveen wrote: > > > +@it

Re: [PATCH 3/3] Introduce $(compare ...) for numerical comparison

2021-11-10 Thread Jouke Witteveen
On Mon, Nov 8, 2021 at 4:08 PM Paul Smith wrote: > > On Fri, 2021-07-16 at 14:04 +0200, Jouke Witteveen wrote: > > +@item $(compare > > @var{lhs},@var{rhs},@var{lt-part}[,@var{eq-part}[,@var{gt-part}]]) > > Let me ask this: would it be better to use a format of: > > $(compare , , [, [, ]]) > >