[PATCHv2,0/6] gcore and config.status related Makefile changes

Message ID cover.1712422921.git.aburgess@redhat.com
Headers
Series gcore and config.status related Makefile changes |

Message

Andrew Burgess April 6, 2024, 5:03 p.m. UTC
  Changes in v2:

  - Nothing has changed in patches 1, 2, 3, or 4,

  - Two new patches: 5 and 6.

---

Andrew Burgess (6):
  gdb/Makefile: add gcore to the 'all' target dependency list
  gdb/Makefile: rewrite dependencies for config.status target
  gdb/Makefile: add some missing config.status dependencies
  gdb/Makefile: Print 'GEN' message, and pass SILENT_FLAG more
  gdb/configure: use AC_MSG_NOTICE not a direct echo call
  gdb/build: apply silent-rules.mk to the data-directory Makefile.in

 gdb/Makefile.in                | 41 +++++++++++++++++++++-------------
 gdb/configure                  |  6 +++--
 gdb/configure.ac               |  4 ++--
 gdb/data-directory/Makefile.in | 40 +++++++++++++++++++--------------
 gdb/silent-rules.mk            |  4 ++++
 5 files changed, 59 insertions(+), 36 deletions(-)


base-commit: 16810e455feb26ef826a3ed876d6d7e6d24818b0
  

Comments

Simon Marchi April 8, 2024, 3:32 a.m. UTC | #1
On 2024-04-06 13:03, Andrew Burgess wrote:
> Changes in v2:
> 
>   - Nothing has changed in patches 1, 2, 3, or 4,
> 
>   - Two new patches: 5 and 6.
> 
> ---
> 
> Andrew Burgess (6):
>   gdb/Makefile: add gcore to the 'all' target dependency list
>   gdb/Makefile: rewrite dependencies for config.status target
>   gdb/Makefile: add some missing config.status dependencies
>   gdb/Makefile: Print 'GEN' message, and pass SILENT_FLAG more
>   gdb/configure: use AC_MSG_NOTICE not a direct echo call
>   gdb/build: apply silent-rules.mk to the data-directory Makefile.in
> 
>  gdb/Makefile.in                | 41 +++++++++++++++++++++-------------
>  gdb/configure                  |  6 +++--
>  gdb/configure.ac               |  4 ++--
>  gdb/data-directory/Makefile.in | 40 +++++++++++++++++++--------------
>  gdb/silent-rules.mk            |  4 ++++
>  5 files changed, 59 insertions(+), 36 deletions(-)
> 
> 
> base-commit: 16810e455feb26ef826a3ed876d6d7e6d24818b0

Thanks all looks reasonable to me, thanks.

Approved-By: Simon Marchi <simon.marchi@efficios.com>

Simon
  
Andrew Burgess April 8, 2024, 10:01 a.m. UTC | #2
Simon Marchi <simark@simark.ca> writes:

> On 2024-04-06 13:03, Andrew Burgess wrote:
>> Changes in v2:
>> 
>>   - Nothing has changed in patches 1, 2, 3, or 4,
>> 
>>   - Two new patches: 5 and 6.
>> 
>> ---
>> 
>> Andrew Burgess (6):
>>   gdb/Makefile: add gcore to the 'all' target dependency list
>>   gdb/Makefile: rewrite dependencies for config.status target
>>   gdb/Makefile: add some missing config.status dependencies
>>   gdb/Makefile: Print 'GEN' message, and pass SILENT_FLAG more
>>   gdb/configure: use AC_MSG_NOTICE not a direct echo call
>>   gdb/build: apply silent-rules.mk to the data-directory Makefile.in
>> 
>>  gdb/Makefile.in                | 41 +++++++++++++++++++++-------------
>>  gdb/configure                  |  6 +++--
>>  gdb/configure.ac               |  4 ++--
>>  gdb/data-directory/Makefile.in | 40 +++++++++++++++++++--------------
>>  gdb/silent-rules.mk            |  4 ++++
>>  5 files changed, 59 insertions(+), 36 deletions(-)
>> 
>> 
>> base-commit: 16810e455feb26ef826a3ed876d6d7e6d24818b0
>
> Thanks all looks reasonable to me, thanks.
>
> Approved-By: Simon Marchi <simon.marchi@efficios.com>

Pushed.

Thanks,
Andrew