[bug #63362] make 4.4: different behavior with -j1 and -j2 when building manpages from git

2022-11-29 Thread Alexander Kanavin
Follow-up Comment #8, bug #63362 (project make): Thanks, I checked locally that this solves the problem. ___ Reply to this item at: ___ Message sent

[bug #63307] make 4.4 passes ignored SIGPIPE on to children

2022-11-12 Thread Alexander Kanavin
Follow-up Comment #19, bug #63307 (project make): In addition to the diffutils failure (which I am also observing), this change broke m4 tests: https://savannah.gnu.org/support/index.php?110767 I'd err on the side of previous behavior, since this is not the last such failure for sure.

[bug #63362] make 4.4: different behavior with -j1 and -j2 when building manpages from git

2022-11-14 Thread Alexander Kanavin
Follow-up Comment #2, bug #63362 (project make): Here's two consecutive invocations with -j1 and then with -j2, with --trace added: alex@alex-lx-laptop:~/development/git/Documentation$ ../../make-4.4/make -j1 --trace git-add.1 SUBDIR ../ make[1]: 'GIT-VERSION-FILE' is up to date.

[bug #63362] make 4.4: different behavior with -j1 and -j2 when building manpages from git

2022-11-14 Thread Alexander Kanavin
: None Triage Status: None ___ Follow-up Comments: --- Date: Mon 14 Nov 2022 10:04:36 AM UTC By: Alexander Kanavin When building git v2.38.1 (https://github.com/git/git/ta

[bug #63362] make 4.4: different behavior with -j1 and -j2 when building manpages from git

2022-11-15 Thread Alexander Kanavin
Additional Item Attachment, bug #63362 (project make): File name: j1-with-d Size:156 KB File name: j2-with-d Size:158 KB

[bug #63362] make 4.4: different behavior with -j1 and -j2 when building manpages from git

2022-11-15 Thread Alexander Kanavin
Follow-up Comment #4, bug #63362 (project make): I've attached the two outputs from: $ ../../make-4.4/make -j1 -d git-add.1 > j1-with-d $ ../../make-4.4/make -j2 -d git-add.1 > j2-with-d ___ Reply to this item at: