bug#32868: Check if make supports nested variables is done twice when using silent rules

2022-02-20 Thread Mike Frysinger
On 20 Feb 2022 16:27, Zack Weinberg wrote: > > i'm inclined to bring this back as the way to opt-in to silent-rules > > by default. > > And I’m still absolutely opposed to making it even *possible* to have silent > rules be on by default. In fact I’d like to see —enable-silent-rules removed, >

bug#32868: Check if make supports nested variables is done twice when using silent rules

2022-02-20 Thread Zack Weinberg
> i'm inclined to bring this back as the way to opt-in to silent-rules > by default. And I’m still absolutely opposed to making it even *possible* to have silent rules be on by default. In fact I’d like to see —enable-silent-rules removed, with make V=0 the *only* way to switch to silent mode.

bug#32868: Check if make supports nested variables is done twice when using silent rules

2022-02-20 Thread Mike Frysinger
On 28 Sep 2018 20:47, Jacob Kroon wrote: > If I use AM_SILENT_RULES([yes]) in my configure.ac, when I run the > configure scripts I see this: > ... > checking whether make supports nested variables... yes > checking whether make supports nested variables... (cached) yes > ... > > If I remove

bug#32868: Check if make supports nested variables is done twice when using silent rules

2018-09-28 Thread Eric Blake
On 9/28/18 1:47 PM, Jacob Kroon wrote: Hi, If I use AM_SILENT_RULES([yes]) in my configure.ac, when I run the configure scripts I see this: ... checking whether make supports nested variables... yes checking whether make supports nested variables... (cached) yes ... If I remove