Skip to content

Do not rebuild Make if Make 4.2.1 is installed #353

Description

@paulmenzel

Currently, the only allowed GNU Make version is 4.2.

$ git grep make_version modules/make
modules/make:make_version := 4.2
modules/make:make_dir := make-$(make_version)
modules/make:make_tar := make-$(make_version).tar.bz2

Version 4.2.1 should also be allowed.

$ make --version
GNU Make 4.2.1
Built for x86_64-pc-linux-gnu
Copyright (C) 1988-2016 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions