[bug #65600] `--silent` option should also silence `$(info ...)`

2024-04-20 Thread Alejandro Colomar
Follow-up Comment #9, bug #65600 (group make): [comment #8 comment #8:] > > [comment #7 comment #7:] > > > You can check the build system of the Linux man-pages, which I wrote in the last few years, if you're interested. It's quite complex, though, so it may be scary. :) > > > >

[bug #65600] `--silent` option should also silence `$(info ...)`

2024-04-20 Thread Gökçe
Follow-up Comment #8, bug #65600 (group make): [comment #7 comment #7:] > You can check the build system of the Linux man-pages, which I wrote in the last few years, if you're interested. It's quite complex, though, so it may be scary. :) > >

[bug #65600] `--silent` option should also silence `$(info ...)`

2024-04-20 Thread Alejandro Colomar
Follow-up Comment #7, bug #65600 (group make): [comment #5 comment #5:] > > [comment #4 comment #4:] > > > Hmmm, I still disagree, because $(info) is a replacement for echo(1). In fact, I use .SILENCE to not show any commands, and then $(info) shows pretty versions of them (e.g., CC file.o,

[bug #65600] `--silent` option should also silence `$(info ...)`

2024-04-20 Thread Gökçe
Follow-up Comment #6, bug #65600 (group make): I could not find a button to close this enhancement request. I assume I don't have any privileges. Feel free to close this item. ___ Reply to this item at:

[bug #65600] `--silent` option should also silence `$(info ...)`

2024-04-20 Thread Gökçe
Follow-up Comment #5, bug #65600 (group make): [comment #4 comment #4:] > Hmmm, I still disagree, because $(info) is a replacement for echo(1). In fact, I use .SILENCE to not show any commands, and then $(info) shows pretty versions of them (e.g., CC file.o, instead of cc -Wall -Wextra ... -c

Re: GNU Make 4.4.1 fails in a spectacular fashion on NetBSD 10.0 AMD64

2024-04-20 Thread Dennis Clarke via Bug reports and discussion for GNU make
On 4/19/24 15:15, Paul Smith wrote: On Fri, 2024-04-19 at 14:38 -0400, Dmitry Goncharov wrote: On Fri, Apr 19, 2024 at 1:42 PM Paul Smith wrote: The main advantages to alloca are twofold: 1) efficiency for small local buffers, which GNU Make uses a lot. 2) simplification of the code because