From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2124) id 3421A385B800; Thu, 12 Jan 2023 13:39:16 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 3421A385B800 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1673530756; bh=TAfe/bnf5hCnBFtHzw/leIBXaGmX2bzEwANT3MmXFu8=; h=From:To:Subject:Date:From; b=cnwMCoc6Ucp/ylmVgjh+Tea5HXdVxuv0//V6uPx/3XCZMQq6NurbLRtdFUOCsj+7D A8quV9uNjSim1Rh250AY64AgrdXCjkO9XFBG8fP9JlG1jznW9ZlkWabBXM57anb6Mb XGwuXsNr+FTa6h4luhLQjuLVUAp1rO0qAomaAGvE= 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] 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/master X-Git-Oldrev: 4981a31d523de41713fc40aa8101b4d73d44df57 X-Git-Newrev: edf64cd235f5ecb3725e7cf1ff83bbdb6dd53340 Message-Id: <20230112133916.3421A385B800@sourceware.org> Date: Thu, 12 Jan 2023 13:39:16 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=3Dbinutils-gdb.git;h=3Dedf64cd235f5= ecb3725e7cf1ff83bbdb6dd53340 commit edf64cd235f5ecb3725e7cf1ff83bbdb6dd53340 Author: Nick Clifton Date: Thu Jan 12 13:39:03 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