From: Jose Luis Perez Diez Date: Wed, 17 Jun 2009 23:26:30 +0000 (-0700) Subject: Documentation/Changes: perl is needed to build the kernel X-Git-Tag: v2.6.31-rc1~241 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=082196242e24ff13354a2d376b275e01c08e6799;p=~shefty%2Frdma-dev.git Documentation/Changes: perl is needed to build the kernel Perl is used on the kernel Makefile to generate documentation, firmwares in c source form, sources, graphs, and some headers and this fact is undocumented. [akpm@linux-foundation.org: 80-columns, please] Signed-off-by: Jose Luis Perez Diez Cc: Sam Ravnborg Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/Documentation/Changes b/Documentation/Changes index 664392481c8..6d0f1efc5bf 100644 --- a/Documentation/Changes +++ b/Documentation/Changes @@ -72,6 +72,13 @@ assembling the 16-bit boot code, removing the need for as86 to compile your kernel. This change does, however, mean that you need a recent release of binutils. +Perl +---- + +You will need perl 5 and the following modules: Getopt::Long, Getopt::Std, +File::Basename, and File::Find to build the kernel. + + System utilities ================