[bug #33138] .PARLLELSYNC enhancement with patch

2013-04-06 Thread Frank Heckenbach
Follow-up Comment #10, bug #33138 (project make): Thanks. If you have any questions, let me know. I'm attaching a version of the patch which is unchanged except for adding the usage line for --parallel-sync. (file #27793) ___ Additional It

[bug #33138] .PARLLELSYNC enhancement with patch

2013-04-06 Thread Paul D. Smith
Follow-up Comment #9, bug #33138 (project make): I'm looking at adding this feature this weekend, FYI. ___ Reply to this item at: ___ Message sent via/b

[bug #36397] cross compiling make for Windows on Linux with mingw, small configure bug

2013-04-06 Thread Paul D. Smith
Update of bug #36397 (project make): Status:None => Fixed Assigned to:None => psmith Open/Closed:Open => Closed Fixed Release:

[bug #37648] [Regression from 3.81] Cannot build projects having files with German/French/other specific characters

2013-04-06 Thread Paul D. Smith
Update of bug #37648 (project make): Triage Status:None => Need Info ___ Reply to this item at: ___ Messag

[bug #26893] parallel build randomly skips intermediate prerequesites

2013-04-06 Thread Paul D. Smith
Update of bug #26893 (project make): Triage Status:None => Need Info ___ Follow-up Comment #2: If possible, please check if this issue is resolved by the fix for bug #37703. ___

[bug #37970] Misleading documentation of LDFLAGS variable

2013-04-06 Thread Paul D. Smith
Update of bug #37970 (project make): Status:None => Fixed Assigned to:None => psmith Open/Closed:Open => Closed Operating System:

[bug #37703] job starts before dependency

2013-04-06 Thread Paul D. Smith
Update of bug #37703 (project make): Status:None => Fixed Assigned to:None => psmith Open/Closed:Open => Closed Fixed Release:

[bug #38442] Field 'name' not cached

2013-04-06 Thread Paul D. Smith
Update of bug #38442 (project make): Triage Status:None => Need Info ___ Follow-up Comment #2: I am not able to reproduce this with the current latest version from Git: $ touch foo.vhd $ make

[bug #30381] Don't avoid implicit rule recursion quite so soon.

2013-04-06 Thread Paul D. Smith
Follow-up Comment #14, bug #30381 (project make): I don't think it's correct to implement this feature using a command-line option. Makefiles need to be written in a certain way to use this feature and if they are written that way, then you must have the feature enabled or the build will fail. A