Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2185a5ec authored by Adam Lackorzynski's avatar Adam Lackorzynski Committed by Sam Ravnborg
Browse files

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: default avatarAdam Lackorzynski <adam@os.inf.tu-dresden.de>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarSam Ravnborg <sam@ravnborg.org>
parent d067aa74
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -29,7 +29,7 @@ hardware, for example, you probably needn't concern yourself with
isdn4k-utils.
isdn4k-utils.


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


You will need Gnu make 3.79.1 or later to build the kernel.
You will need Gnu make 3.80 or later to build the kernel.


Binutils
Binutils
--------
--------