This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Add silent Makefile rules


On 2018-03-03 03:09 AM, Eli Zaretskii wrote:
>> From: Simon Marchi <simon.marchi@ericsson.com>
>> CC: Simon Marchi <simon.marchi@polymtl.ca>
>> Date: Fri, 2 Mar 2018 15:25:16 -0500
>>
>> The gnulib/libiberty builds are still verbose, but we have no control
>> over that (until we contribute a silent mode to those projects too).
> 
> ??? Isn't gnulib/Makefile.in our file?  If so, we can add there
> anything we want, including the macros you defined in
> gdb/Makefile.in.  Right?
> 

Ah, you're right, I didn't think we have that much control over how gnulib
is build.  Actually, it uses automake, so we just need to enable its silent
mode in gnulib/configure.ac (which is also our file).  I'll post an updated
patch soon.

Thanks,

Simon


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]