2014-02-28 10:56:45 +01:00
|
|
|
Patch adapted from <http://git.yoctoproject.org/cgit.cgi/poky/plain/meta/recipes-core/coreutils/coreutils-8.22/fix-for-dummy-man-usage.patch>.
|
2014-02-10 18:27:42 +01:00
|
|
|
|
2014-02-22 00:43:50 +01:00
|
|
|
Fix for 'dummy-man' usage, when cross-compiling.
|
2014-02-10 18:27:42 +01:00
|
|
|
|
2014-02-22 00:43:50 +01:00
|
|
|
The options should be before the final argument, otherwise, the following error
|
|
|
|
would appear when compiling:
|
2014-02-10 18:27:42 +01:00
|
|
|
|
2014-02-22 00:43:50 +01:00
|
|
|
dummy-man: too many non-option arguments
|
|
|
|
|
2014-08-04 02:04:37 +02:00
|
|
|
--- coreutils-8.23/Makefile.in 2014-07-18 18:22:24.000000000 -0400
|
|
|
|
+++ coreutils-8.23/Makefile.in 2014-08-03 20:21:10.849158313 -0400
|
|
|
|
@@ -14076,8 +14076,8 @@
|
2014-02-22 00:43:50 +01:00
|
|
|
&& $(run_help2man) \
|
|
|
|
--source='$(PACKAGE_STRING)' \
|
|
|
|
--include=$(srcdir)/man/$$name.x \
|
2014-08-04 02:04:37 +02:00
|
|
|
- --output=$$t/$$name.1 $$t/$$argv \
|
2014-02-22 00:43:50 +01:00
|
|
|
--info-page='coreutils \(aq'$$name' invocation\(aq' \
|
2014-08-04 02:04:37 +02:00
|
|
|
+ --output=$$t/$$name.1 $$t/$$argv \
|
2014-02-22 00:43:50 +01:00
|
|
|
&& sed \
|
|
|
|
-e 's|$*\.td/||g' \
|
|
|
|
-e '/For complete documentation/d' \
|