From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2124) id 9458E3858C66; Thu, 12 Jan 2023 13:38:40 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 9458E3858C66 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1673530720; bh=xyP79WY5ZsZ8/Fv3rdFuA9MtNC5zjJrMYHlM7ERZclU=; h=From:To:Subject:Date:From; b=J1j3eiqlrYubftZ7fEO5eg01L8hNYOjODEAN7U3mI+B7YqW/csG6Kol5OOP/EPJDc ccwuklfM54D9N0F6MTrML22Zv97Ti3lnWenPxnCFlRvsdH1SdmO4fdLSpyseaOvdq/ TBLiH2X1EORjECgZPh0mjrLB1MOSkk6fbiC6X5IY= Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: Nick Clifton To: bfd-cvs@sourceware.org, gdb-cvs@sourceware.org Subject: [binutils-gdb/binutils-2_40-branch] Ensure that libbacktrace/allocfail.sh is not deleted when creating release tarballs. X-Act-Checkin: binutils-gdb X-Git-Author: Nick Clifton X-Git-Refname: refs/heads/binutils-2_40-branch X-Git-Oldrev: e888df899592f636db5ed74273c97481564a4b67 X-Git-Newrev: 7145c3f61007f955b1611b55810b5503c92663c3 Message-Id: <20230112133840.9458E3858C66@sourceware.org> Date: Thu, 12 Jan 2023 13:38:40 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=3Dbinutils-gdb.git;h=3D7145c3f61007= f955b1611b55810b5503c92663c3 commit 7145c3f61007f955b1611b55810b5503c92663c3 Author: Nick Clifton Date: Thu Jan 12 13:37:59 2023 +0000 Ensure that libbacktrace/allocfail.sh is not deleted when creating rele= ase tarballs. =20 * Makefile.am (CLEANFILES): Import patch from upstream to preve= nt allocafail.sh from being removed when running 'make clean'. Diff: --- libbacktrace/ChangeLog | 5 +++++ libbacktrace/Makefile.am | 2 +- libbacktrace/Makefile.in | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/libbacktrace/ChangeLog b/libbacktrace/ChangeLog index 983f81672fb..14df45e7072 100644 --- a/libbacktrace/ChangeLog +++ b/libbacktrace/ChangeLog @@ -1,3 +1,8 @@ +2023-01-12 Nick Clifton + + * Makefile.am (CLEANFILES): Import patch from upstream to prevent + allocafail.sh from being removed when running 'make clean'. + 2021-11-12 Martin Liska =20 PR libbacktrace/103167 diff --git a/libbacktrace/Makefile.am b/libbacktrace/Makefile.am index bf9d30a382c..e4f34b5fbd7 100644 --- a/libbacktrace/Makefile.am +++ b/libbacktrace/Makefile.am @@ -539,7 +539,7 @@ check_PROGRAMS +=3D $(BUILDTESTS) TESTS +=3D $(BUILDTESTS) =20 CLEANFILES =3D \ - $(TESTS) *.debug elf_for_test.c edtest2_build.c gen_edtest2_build \ + $(filter-out allocfail.sh,$(TESTS)) *.debug elf_for_test.c edtest2_= build.c gen_edtest2_build \ *.dsyms *.fsyms *.keepsyms *.dbg *.mdbg *.mdbg.xz *.strip =20 clean-local: diff --git a/libbacktrace/Makefile.in b/libbacktrace/Makefile.in index 5167ca80ad1..0a61880ba67 100644 --- a/libbacktrace/Makefile.in +++ b/libbacktrace/Makefile.in @@ -1130,7 +1130,7 @@ libbacktrace_TEST_CFLAGS =3D $(EXTRA_FLAGS) $(WARN_FL= AGS) -g @HAVE_ELF_TRUE@xztest_alloc_LDADD =3D libbacktrace_alloc.la \ @HAVE_ELF_TRUE@ $(am__append_28) $(CLOCK_GETTIME_LINK) CLEANFILES =3D \ - $(TESTS) *.debug elf_for_test.c edtest2_build.c gen_edtest2_build \ + $(filter-out allocfail.sh,$(TESTS)) *.debug elf_for_test.c edtest2_= build.c gen_edtest2_build \ *.dsyms *.fsyms *.keepsyms *.dbg *.mdbg *.mdbg.xz *.strip