All of lore.kernel.org
 help / color / mirror / Atom feed
* [merged] documentation-make-version-fix.patch removed from -mm tree
@ 2009-06-15 19:01 akpm
  0 siblings, 0 replies; only message in thread
From: akpm @ 2009-06-15 19:01 UTC (permalink / raw)
  To: adam, sam, mm-commits


The patch titled
     documentation: make version fix
has been removed from the -mm tree.  Its filename was
     documentation-make-version-fix.patch

This patch was dropped because it was merged into mainline or a subsystem tree

The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/

------------------------------------------------------
Subject: documentation: make version fix
From: Adam Lackorzynski <adam@os.inf.tu-dresden.de>

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 <adam@os.inf.tu-dresden.de>
Cc: Sam Ravnborg <sam@ravnborg.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---

 Documentation/Changes |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff -puN Documentation/Changes~documentation-make-version-fix Documentation/Changes
--- a/Documentation/Changes~documentation-make-version-fix
+++ a/Documentation/Changes
@@ -29,7 +29,7 @@ hardware, for example, you probably need
 isdn4k-utils.
 
 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  util-linux             2.10o                   # fdformat --version
 o  module-init-tools      0.9.10                  # depmod -V
@@ -62,7 +62,7 @@ computer.
 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
 --------
_

Patches currently in -mm which might be from adam@os.inf.tu-dresden.de are

origin.patch
jsm-clean-up-serial-jsm-correctly-support-4-8-port-boards.patch


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-06-15 19:02 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-06-15 19:01 [merged] documentation-make-version-fix.patch removed from -mm tree akpm

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.