Re: [PATCH 3/3] Consolidate list of custom phony targets

2025-01-10 Thread Aaron Merey
Hi Michael, On Sun, Nov 24, 2024 at 2:04 PM Michael Pratt wrote: > > Having a target defined as phony within a condition > while another target is always defined as phony > causes an automake warning: > > Makefile.am:67: warning: .PHONY was already defined in condition TRUE, > which includes c

[PATCH 3/3] Consolidate list of custom phony targets

2024-11-24 Thread Michael Pratt
Having a target defined as phony within a condition while another target is always defined as phony causes an automake warning: Makefile.am:67: warning: .PHONY was already defined in condition TRUE, which includes condition GCOV ... config/eu.am:141: ... '.PHONY' previously defined here Mak