Skip to content

Build GNU Make from git repository #793

Merged
merged 1 commit into from
May 29, 2018

Commits on May 28, 2018

  1. make: Use git version

    Building Mozilla Thunderbird 52.8.0, GNU Make 4.2.1 terminates with a
    segmentation faults.
    
    > make[5050]: segfault at 65b502 ip 000000000065b502 sp 00007fff06dc9128
    error 15
    
    Unfortunately, the backtrace is not helpful, and Valgrind says it’s an
    illegal instruction. But, it’s probably some form of corruption, and
    using the version from git fixes the issue, so use that.
    
    [1]: https://git.savannah.gnu.org/cgit/make.git/commit/?id=8a731d1b2cc262d03e0246a4869c704b6c1599ec
    pmenzel committed May 28, 2018
    Configuration menu
    Copy the full SHA
    e74b473 View commit details
    Browse the repository at this point in the history