David.S.Boyce

2013-07-21 Thread David Boyce
http://256.gr/whzo/tmil.bsdiajld ___ Bug-make mailing list Bug-make@gnu.org https://lists.gnu.org/mailman/listinfo/bug-make

RE: [bug #37703] job starts before dependency

2013-07-21 Thread Jay Lawrence
Turned out to be a Makefile problem. Deep in an included Makefile was a .SECONDARY: with no pre-requisites. As documented, this causes chain-rules to behave differently. I had rules that went from .c-.o-.a Then an executable that linked a bunch of these .a's together. The scenario I

[bug #39158] Cppcheck report

2013-07-21 Thread Paul D. Smith
Update of bug #39158 (project make): Status:None = Fixed Assigned to:None = psmith Open/Closed:Open = Closed Fixed Release:

[bug #39376] a logical bug that in signame.c

2013-07-21 Thread Paul D. Smith
Update of bug #39376 (project make): Status:None = Duplicate Open/Closed:Open = Closed ___ Follow-up Comment #1: Thanks; this was found

[bug #26893] parallel build randomly skips intermediate prerequesites

2013-07-21 Thread Paul D. Smith
Update of bug #26893 (project make): Status:None = Duplicate Open/Closed:Open = Closed ___ Follow-up Comment #3: Closing as duplicate of