[PATCHv2 1/2] Documentation/kbuild/headers_install.txt: remove obsolete instructions

From: Yann Droneaud
Date: Mon Sep 15 2014 - 08:36:50 EST


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@xxxxxxxxxxxx
[2] http://lkml.kernel.org/r/3e0d73d0ca3ead75624b552105ce8adf3d63684e.1405246009.git.ydroneaud@xxxxxxxxxx

Link: http://lkml.kernel.org/r/cover.1410712841.git.ydroneaud@xxxxxxxxxx
Cc: Kirill A. Shutemov <kirill@xxxxxxxxxxxxx>
Cc: Michal Marek <mmarek@xxxxxxx>
Cc: David Woodhouse <dwmw2@xxxxxxxxxxxxx>
Cc: Rob Landley <rob@xxxxxxxxxxx>
Cc: Sam Ravnborg <sam@xxxxxxxxxxxx>
Signed-off-by: Yann Droneaud <ydroneaud@xxxxxxxxxx>
---
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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/