Follow-up Comment #3, bug #30723 (project make):
Hm, I believe I found the bug. Please try this patch:
--- main.c 19 Jul 2010 07:10:53 -0000 1.243
+++ main.c 10 Aug 2010 07:12:15 -0000
@@ -2093,6 +2093,7 @@
const char *pv = define_makeflags (1, 1);
char *p = alloca (sizeof ("MAKEFLAGS=") + strlen (pv) + 1);
sprintf (p, "MAKEFLAGS=%s", pv);
+ p = allocated_variable_expand (p);
putenv (p);
}
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?30723>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
_______________________________________________
Bug-make mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-make