Re: [PATCH] ld: avoid install ldscripts/stamp

Jan Beulich <[email protected]> Fri, 31 Jul 2026 12:32:54 +0200
Newsgroups gmane.comp.gnu.binutils
Message-ID <[email protected]>
On 31.07.2026 12:24, Jan Beulich wrote:
> On 29.07.2026 11:04, Zhongteng Gui wrote:
>> This patch fixes a mistake from 07f9535fd97025705f17b65f39f6d7d6f0633add,
>> which actually failed to exclude ldscripts/stamp from install.
>>
>> 	* Makefile.am (install-data-local): Exclude ldscripts/stamp from
>> 	install.
>> 	* Makefile.in: Regenerate.
>>
>> Signed-off-by: Zhongteng Gui <[email protected]>
> 
> Counts as obvious, I'm inclined to say. I'm further inclined to avoid repeating
> of the dirname, by using */stamp as the glob pattern.

Hmm, upon trying to actually apply your patch I notice that it came through
mangled (stray blanks inserted on all the patch context lines). I've edited
it manually to apply, but please make sure you send patches which can be used
as-is.

Jan