Skip to content

Commit 2185a5e

Browse files
Adam Lackorzynskisravnborg
authored andcommitted
documentation: make version fix
The Makefiles in the build directories use the internal make variable MAKEFILE_LIST which is available from make 3.80 only. (The patch would be valid back to 2.6.25) Signed-off-by: Adam Lackorzynski <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Sam Ravnborg <[email protected]>
1 parent d067aa7 commit 2185a5e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Documentation/Changes

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ hardware, for example, you probably needn't concern yourself with
2929
isdn4k-utils.
3030

3131
o Gnu C 3.2 # gcc --version
32-
o Gnu make 3.79.1 # make --version
32+
o Gnu make 3.80 # make --version
3333
o binutils 2.12 # ld -v
3434
o util-linux 2.10o # fdformat --version
3535
o module-init-tools 0.9.10 # depmod -V
@@ -61,7 +61,7 @@ computer.
6161
Make
6262
----
6363

64-
You will need Gnu make 3.79.1 or later to build the kernel.
64+
You will need Gnu make 3.80 or later to build the kernel.
6565

6666
Binutils
6767
--------

0 commit comments

Comments
 (0)