[bug #54854] multi-target rules invoked too often with -j2

2018-10-17 Thread Bernhard M.
URL: Summary: multi-target rules invoked too often with -j2 Project: make Submitted by: bmwiedemann Submitted on: Wed 17 Oct 2018 11:08:15 AM UTC Severity: 3 - Normal It

[bug #52076] wildcard/glob should be sorted

2017-12-29 Thread Bernhard M.
Follow-up Comment #18, bug #52076 (project make): I had pushed this patch into openSUSE in October and it helps to produce more reproducible build results now while I have not heard any complaints yet. ___ Reply to this item at:

[bug #52076] wildcard/glob should be sorted

2017-10-12 Thread Bernhard M.
Follow-up Comment #14, bug #52076 (project make): individual globs are sorted, i.e. I got z1 y1 x1 y2 from # cat Makefile test: prep echo $(wildcard **1 **2) prep: touch z1 y1 y2 x1 so the use-cases should be fine. Not sure why it is reverse order, but that should not matter mu

[bug #52076] wildcard/glob should be sorted

2017-09-24 Thread Bernhard M.
Follow-up Comment #11, bug #52076 (project make): Over the last months I pushed dozens of patches to various upstream projects e.g. [1] so that they use $(sort $(wildcard but it is a lot of effort and it would never stop, because people keep creating new code and new Makefiles. Because (for openS

[bug #52076] wildcard/glob should be sorted

2017-09-21 Thread Bernhard M.
Follow-up Comment #9, bug #52076 (project make): I thought, the NEWS entry was added shortly after the commit, but actually there were 13 months in between, thus I now found https://savannah.gnu.org/bugs/?27381 involving psmith (the commit author) not being sure why it was added, only 3 months a

[bug #52076] wildcard/glob should be sorted

2017-09-21 Thread Bernhard M.
Follow-up Comment #7, bug #52076 (project make): The commit b9f831b8 is already mentioned in comment 0 But there are no pointers to any related bug or discussion. ___ Reply to this item at:

[bug #52076] wildcard/glob should be sorted

2017-09-21 Thread Bernhard M.
Follow-up Comment #5, bug #52076 (project make): > At the least you should find the original bug report and/or discussion threads and read through them. I'm fairly sure they'd include their own metrics demonstrating the value of GLOB_NOSORT leading to a more informed discussion. The commit Change

[bug #52076] wildcard/glob should be sorted

2017-09-20 Thread Bernhard M.
Follow-up Comment #2, bug #52076 (project make): I tried to measure the performance difference using the attached 'makebench' files, running in a tmpfs to not have physical disk IO influence results but found that the difference is so close to zero that it was lost in noise. Here is what i got f

[bug #52076] wildcard/glob should be sorted

2017-09-20 Thread Bernhard M.
URL: Summary: wildcard/glob should be sorted Project: make Submitted by: bmwiedemann Submitted on: Wed 20 Sep 2017 07:43:51 PM UTC Severity: 3 - Normal Item Group: None