From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1141) id E77CF3858401; Thu, 2 Feb 2023 04:54:59 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org E77CF3858401 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1675313699; bh=F6qYv86HQNq3EAtY9Z0vCX+itiHUehF80qJg31uDJLQ=; h=From:To:Subject:Date:From; b=k1+Yehq34gc9P/MjYDNV3ONxWHiViZBrkCqwZiS/3y4p0Ocy12oL+ZvY2atmNDQQS zP0/uMUk6Gt75qZhydjmKFbBrgcFhQMjsLoiSgs62nx7flSiK6LvF9a1JZw5vMBfAP +PCFXGoyk4RMRx9vTfc8cGAouOOVLNXG4fqivvWQ= Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: Joel Brobecker To: bfd-cvs@sourceware.org, gdb-cvs@sourceware.org Subject: [binutils-gdb/gdb-13-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/gdb-13-branch X-Git-Oldrev: a27bbd9878381dfc4bf9563443c386c69ac1ef01 X-Git-Newrev: 16c45b9ab64de96190fd10f26d3fb17f6948822e Message-Id: <20230202045459.E77CF3858401@sourceware.org> Date: Thu, 2 Feb 2023 04:54:59 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=3Dbinutils-gdb.git;h=3D16c45b9ab64d= e96190fd10f26d3fb17f6948822e commit 16c45b9ab64de96190fd10f26d3fb17f6948822e Author: Nick Clifton Date: Thu Feb 2 08:53:45 2023 +0400 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'. =20 (cherry picked from commit edf64cd235f5ecb3725e7cf1ff83bbdb6dd53340) 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