* [gentoo-commits] gentoo-x86 commit in sys-devel/make/files: make-3.82-MAKEFLAGS-reexec.patch
@ 2010-08-10 8:32 Mike Frysinger (vapier)
0 siblings, 0 replies; 2+ messages in thread
From: Mike Frysinger (vapier) @ 2010-08-10 8:32 UTC (permalink / raw
To: gentoo-commits
vapier 10/08/10 08:32:50
Added: make-3.82-MAKEFLAGS-reexec.patch
Log:
Add fix from upstream for MAKEFLAGS expansion when re-execing #331975.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Revision Changes Path
1.1 sys-devel/make/files/make-3.82-MAKEFLAGS-reexec.patch
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/make/files/make-3.82-MAKEFLAGS-reexec.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/make/files/make-3.82-MAKEFLAGS-reexec.patch?rev=1.1&content-type=text/plain
Index: make-3.82-MAKEFLAGS-reexec.patch
===================================================================
http://bugs.gentoo.org/331975
http://bugs.gentoo.org/show_bug.cgi?id=331975
--- main.c 2010/07/19 07:10:53 1.243
+++ main.c 2010/08/10 07:35:34 1.244
@@ -2093,7 +2093,7 @@
const char *pv = define_makeflags (1, 1);
char *p = alloca (sizeof ("MAKEFLAGS=") + strlen (pv) + 1);
sprintf (p, "MAKEFLAGS=%s", pv);
- putenv (p);
+ putenv (allocated_variable_expand (p));
}
if (ISDB (DB_BASIC))
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-devel/make/files: make-3.82-MAKEFLAGS-reexec.patch
@ 2010-08-29 0:01 Mike Frysinger (vapier)
0 siblings, 0 replies; 2+ messages in thread
From: Mike Frysinger (vapier) @ 2010-08-29 0:01 UTC (permalink / raw
To: gentoo-commits
vapier 10/08/29 00:01:31
Modified: make-3.82-MAKEFLAGS-reexec.patch
Log:
fix upstream bug url
Revision Changes Path
1.2 sys-devel/make/files/make-3.82-MAKEFLAGS-reexec.patch
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/make/files/make-3.82-MAKEFLAGS-reexec.patch?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/make/files/make-3.82-MAKEFLAGS-reexec.patch?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/make/files/make-3.82-MAKEFLAGS-reexec.patch?r1=1.1&r2=1.2
Index: make-3.82-MAKEFLAGS-reexec.patch
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/make/files/make-3.82-MAKEFLAGS-reexec.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- make-3.82-MAKEFLAGS-reexec.patch 10 Aug 2010 08:32:49 -0000 1.1
+++ make-3.82-MAKEFLAGS-reexec.patch 29 Aug 2010 00:01:31 -0000 1.2
@@ -1,5 +1,5 @@
http://bugs.gentoo.org/331975
-http://bugs.gentoo.org/show_bug.cgi?id=331975
+https://savannah.gnu.org/bugs/?30723
--- main.c 2010/07/19 07:10:53 1.243
+++ main.c 2010/08/10 07:35:34 1.244
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-08-29 0:01 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-08-10 8:32 [gentoo-commits] gentoo-x86 commit in sys-devel/make/files: make-3.82-MAKEFLAGS-reexec.patch Mike Frysinger (vapier)
-- strict thread matches above, loose matches on Subject: below --
2010-08-29 0:01 Mike Frysinger (vapier)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox