[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <b5181cf7604baa454c11f7aa92d07dd05349ce46.1410712841.git.ydroneaud@opteya.com>
Date: Sun, 14 Sep 2014 22:27:00 +0200
From: Yann Droneaud <ydroneaud@...eya.com>
To: linux-kernel@...r.kernel.org
Cc: Yann Droneaud <ydroneaud@...eya.com>,
"Kirill A. Shutemov" <kirill@...temov.name>,
Michal Marek <mmarek@...e.cz>,
David Woodhouse <dwmw2@...radead.org>,
Rob Landley <rob@...dley.net>, Sam Ravnborg <sam@...nborg.org>
Subject: [PATCHv2 1/2] Documentation/kbuild/headers_install.txt: remove obsolete instructions
As noted by Sam Ravnborg in reply [1] to "[PATCHv1 2/2]
Documentation/kbuild/headers_install.txt: update documentation" [2],
all architectures support exporting userspace headers (while 'um'
being a special case), so there's no need to list them.
This patch removes the obsolete shell commands to list
architectures with a dedicated 'asm' directory.
[1] http://lkml.kernel.org/r/20140713212608.GB16496@ravnborg.org
[2] http://lkml.kernel.org/r/3e0d73d0ca3ead75624b552105ce8adf3d63684e.1405246009.git.ydroneaud@opteya.com
Link: http://lkml.kernel.org/r/cover.1410712841.git.ydroneaud@opteya.com
Cc: Kirill A. Shutemov <kirill@...temov.name>
Cc: Michal Marek <mmarek@...e.cz>
Cc: David Woodhouse <dwmw2@...radead.org>
Cc: Rob Landley <rob@...dley.net>
Cc: Sam Ravnborg <sam@...nborg.org>
Signed-off-by: Yann Droneaud <ydroneaud@...eya.com>
---
Documentation/kbuild/headers_install.txt | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/Documentation/kbuild/headers_install.txt b/Documentation/kbuild/headers_install.txt
index 951eb9f1e040..0d8fe5e871c4 100644
--- a/Documentation/kbuild/headers_install.txt
+++ b/Documentation/kbuild/headers_install.txt
@@ -28,10 +28,7 @@ optional arguments:
ARCH indicates which architecture to produce headers for, and defaults to the
current architecture. The linux/asm directory of the exported kernel headers
-is platform-specific, to see a complete list of supported architectures use
-the command:
-
- ls -d include/asm-* | sed 's/.*-//'
+is platform-specific.
INSTALL_HDR_PATH indicates where to install the headers. It defaults to
"./usr/include".
--
1.9.3
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists