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

Jan Beulich <[email protected]> Fri, 31 Jul 2026 12:24:48 +0200
Newsgroups gmane.comp.gnu.binutils
Message-ID <[email protected]>
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.

Thanks, Jan