[bug #48276] Better errors for accidental spaces

2020-08-20 Thread anonymous
Additional Item Attachment, bug #48276 (project make): File name: make.diff.txt Size:0 KB ___ Reply to this item at:

[bug #58979] Recursive make using jobserver hangs at completion

2020-08-20 Thread Paul D. Smith
Follow-up Comment #6, bug #58979 (project make): I definitely am not saying there's not a bug in GNU make. However, note that traditional race conditions aren't common for GNU make because (a) it's single-threaded and (b) the interaction between processes is mediated by writing/reading a single b

[bug #56446] Make shouldn't be running eval when expanding variables for export

2020-08-20 Thread Robert Sachunsky
Follow-up Comment #1, bug #56446 (project make): Yes, _.EXPORT_ALL_VARIABLES_ should at least be *documented* for its danger regarding (forced) early expansion with the very first recipe being executed. This also breaks most usage of functions like _error_ in variables. As for this example, at le