diff options
author | Paul Gortmaker <paul.gortmaker@windriver.com> | 2015-02-17 00:47:44 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-02-17 22:29:04 +0000 |
commit | cb2519466b4d28217ae955370077bc4a8f9b6dce (patch) | |
tree | 56eeba0a017cf02c91bdb4d94a891d143bfcfc77 /scripts | |
parent | 49ab89eb9f83388e99069a4b53bdc4cba22bb6f3 (diff) | |
download | openembedded-core-cb2519466b4d28217ae955370077bc4a8f9b6dce.tar.gz openembedded-core-cb2519466b4d28217ae955370077bc4a8f9b6dce.tar.bz2 openembedded-core-cb2519466b4d28217ae955370077bc4a8f9b6dce.zip |
coreutils: don't generate useless dummy stub manpages
We had a couple patches to 1) deal with missing perl and 2) deal
with the perl-less "dummy" help2man fallout, but in the end, they
achieve no purpose whatsoever, since they just populate the doc
RPM with manpages like this one:
NAME
chmod - a GNU coreutils 8.22 program
DESCRIPTION
OOOPS! Due to the lack of perl on the build system, we were
unable to create a proper manual page for chmod.
As the above serves no purpose whatsoever, and since the concept
of running the binaries to capture the "--help" text output is
completely broken for cross compiles, lets just decouple man page
generation from the building of coreutils entirely so it paves the
way for importing pre-generated manpages.
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions