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

2010-08-10 Thread Mike Frysinger
Follow-up Comment #4, bug #30723 (project make): yes, that patch fixes things for me. now i get the "expected": Makefile:240: *** mixed implicit and normal rules. Stop. but that is something to take up with glibc maintainers ___ Reply t

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

2010-08-10 Thread Paul D. Smith
Update of bug #30723 (project make): Component Version:None => 3.82 ___ Reply to this item at: ___ Messa

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

2010-08-10 Thread Paul D. Smith
Update of bug #30723 (project make): Item Group:None => Bug Status:None => Fixed Assigned to:None => psmith Open/Closed:

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

2010-08-10 Thread Paul D. Smith
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 - 1.243 +++ main.c 10 Aug 2010 07:12:15 - @@ -2093,6 +2093,7 @@ const char *pv = define_makeflags (1, 1); char

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

2010-08-09 Thread Mike Frysinger
Additional Item Attachment, bug #30723 (project make): File name: origin-breakage.tar.bz2Size:0 KB ___ Reply to this item at: ___ Message sent

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

2010-08-09 Thread Mike Frysinger
Follow-up Comment #2, bug #30723 (project make): i tried to recreate a reduced test case but failed, but then i realized i was testing on a diff machine that had make-3.81 here is a simple reduced test case ... forget about glibc ;) $ tar xf origin-breakage.tar.bz2 $ cd origin-breakage $ make-3

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

2010-08-09 Thread Paul D. Smith
Follow-up Comment #1, bug #30723 (project make): Hm. Is there any way for you to provide a smaller example? I tried to follow your directions but I think the build failed for some other reason, earlier than the problem you hit: make[2]: *** No rule to make target `.../glibc-2.11.2/build/elf/so

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

2010-08-09 Thread Mike Frysinger
URL: Summary: implicit re-executing of subdirs breaks $(origin) with make-3.82 Project: make Submitted by: vapier Submitted on: Tue 10 Aug 2010 05:22:11 AM GMT Severity: 3 - Normal