• Masahiro Yamada's avatar
    docs: bump minimal GNU Make version to 3.82 · 0715fdb0
    Masahiro Yamada authored
    GNU Make 3.81 fails in CONFIG_RUST=y builds.
    
      rust/Makefile:105: *** multiple target patterns.  Stop.
      make[1]: *** [prepare] Error 2
      make: *** [__sub-make] Error 2
    
    The error message is unclear, but the reason is because the 'private'
    keyword is only supported since GNU Make 3.82.
    
    GNU Make 3.81 is still able to build the kernel when CONFIG_RUST is
    disabled, but it might be a good timing to raise the minimal GNU Make
    version. Perhaps, I am the last person who was testing GNU Make 3.81.
    
    GNU Make 3.81 was released in 2006, GNU Make 3.82 in 2010.
    Signed-off-by: default avatarMasahiro Yamada <masahiroy@kernel.org>
    Reviewed-by: default avatarMiguel Ojeda <ojeda@kernel.org>
    0715fdb0
To find the state of this project's repository at the time of any of these versions, check out the tags.
changes.rst 13.4 KB