public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: sys-libs/newlib/files/
@ 2019-11-29 22:08 Aaron Bauman
  0 siblings, 0 replies; only message in thread
From: Aaron Bauman @ 2019-11-29 22:08 UTC (permalink / raw
  To: gentoo-commits

commit:     67140bcb09f1f246059417391a6f2a5bd722c04b
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Mon Nov 25 12:44:24 2019 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Fri Nov 29 22:07:49 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67140bcb

sys-libs/newlib: remove unused patch(es)

Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/13760
Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>

 .../newlib/files/newlib-2.1.0-msp430-destdir.patch | 41 ----------------------
 1 file changed, 41 deletions(-)

diff --git a/sys-libs/newlib/files/newlib-2.1.0-msp430-destdir.patch b/sys-libs/newlib/files/newlib-2.1.0-msp430-destdir.patch
deleted file mode 100644
index 38fa2643dce..00000000000
--- a/sys-libs/newlib/files/newlib-2.1.0-msp430-destdir.patch
+++ /dev/null
@@ -1,41 +0,0 @@
-From 0a7009c61811b4451ff6cccda24f42ab07142603 Mon Sep 17 00:00:00 2001
-From: DJ Delorie <dj@redhat.com>
-Date: Thu, 23 Oct 2014 01:49:45 +0000
-Subject: [PATCH] 2014-10-22  Tim Harder  <radhermit@gmail.com> *
- msp430/Makefile.in: respect DESTDIR during install
-
----
- libgloss/ChangeLog          | 4 ++++
- libgloss/msp430/Makefile.in | 6 ++++--
- 2 files changed, 8 insertions(+), 2 deletions(-)
-
-2014-10-22  Tim Harder  <radhermit@gmail.com>
-
-	* msp430/Makefile.in: respect DESTDIR during install
-
-diff --git a/libgloss/msp430/Makefile.in b/libgloss/msp430/Makefile.in
-index d72051d..b9f5a6a 100644
---- a/libgloss/msp430/Makefile.in
-+++ b/libgloss/msp430/Makefile.in
-@@ -12,6 +12,7 @@
- 
- # Makefile for libgloss/msp430.
- 
-+DESTDIR =
- VPATH = @srcdir@
- srcdir = @srcdir@
- objdir = .
-@@ -138,11 +139,11 @@
- 
- install: $(CRT) $(SIM_BSP) $(LIBNOSYS) $(LIB_CRT) $(SCRIPTS)
- 	for c in $(CRT) $(SIM_BSP) $(LIBNOSYS) $(LIB_CRT); do \
--	  $(INSTALL_DATA) $$c $(tooldir)/lib${MULTISUBDIR}/$$c ;\
-+	  $(INSTALL_DATA) $$c $(DESTDIR)$(tooldir)/lib${MULTISUBDIR}/$$c ;\
- 	done
- 	for c in $(SCRIPTS); do \
- 	  b=`basename $$c`; \
--	  $(INSTALL_DATA) $$c $(tooldir)/lib${MULTISUBDIR}/$$b ;\
-+	  $(INSTALL_DATA) $$c $(DESTDIR)$(tooldir)/lib${MULTISUBDIR}/$$b ;\
- 	done
- 
- clean mostlyclean:


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2019-11-29 22:08 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-11-29 22:08 [gentoo-commits] repo/gentoo:master commit in: sys-libs/newlib/files/ Aaron Bauman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox