diff options
author | Max Filippov <jcmvbkbc@gmail.com> | 2017-05-06 15:39:25 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2017-05-06 18:49:09 -0700 |
commit | 13e0988140374123bead1dd27c287354cb95108e (patch) | |
tree | df679a68c34ee38c4598ca8887afd645f12568eb /Documentation/process | |
parent | fe7a719b30dfdb4d55680461954b99b257ebe671 (diff) | |
download | linux-stable-13e0988140374123bead1dd27c287354cb95108e.tar.gz linux-stable-13e0988140374123bead1dd27c287354cb95108e.tar.bz2 linux-stable-13e0988140374123bead1dd27c287354cb95108e.zip |
docs: complete bumping minimal GNU Make version to 3.81
Commit 37d69ee30808 ("docs: bump minimal GNU Make version to 3.81")
changes one entry of GNU make version in the changes.rst, there's still
one more entry saying that one need version 3.80. Fix that.
Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'Documentation/process')
-rw-r--r-- | Documentation/process/changes.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/process/changes.rst b/Documentation/process/changes.rst index cef7bc4d1f9b..e25d63f8c0da 100644 --- a/Documentation/process/changes.rst +++ b/Documentation/process/changes.rst @@ -70,7 +70,7 @@ computer. Make ---- -You will need GNU make 3.80 or later to build the kernel. +You will need GNU make 3.81 or later to build the kernel. Binutils -------- |