[bug #61621] unshare -Upf no longer works on make unless --disable-posix-spawn is given

2021-12-04 Thread anonymous
URL: Summary: unshare -Upf no longer works on make unless --disable-posix-spawn is given Project: make Submitted by: None Submitted on: Sun 05 Dec 2021 01:51:55 AM UTC Severity: 3 - N

[bug #60798] Make does not compile with GCC 11.1.0

2021-12-04 Thread Jouke Witteveen
Additional Item Attachment, bug #60798 (project make): File name: SV-60798-Rework-to-silence-GCC11-warning.patch Size:3 KB ___ Reply to

[bug #60798] Make does not compile with GCC 11.1.0

2021-12-04 Thread Jouke Witteveen
Follow-up Comment #4, bug #60798 (project make): As a sort of exercise, I got rid of the final warning too. This required some moving code around and I duplicated the `strchr` call and the `p[-1] != '\\'` test. Let me know if these changes make any sense. While at it, I also added an update to th