bug-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug #30723] implicit re-executing of subdirs breaks $(origin) with make


From: Paul D. Smith
Subject: [bug #30723] implicit re-executing of subdirs breaks $(origin) with make-3.82
Date: Tue, 10 Aug 2010 07:13:52 +0000
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.8) Gecko/20100723 Ubuntu/10.04 (lucid) Firefox/3.6.8

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/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]