diff options
author | Ludovic Courtès <ludo@gnu.org> | 2014-02-28 10:56:45 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2014-02-28 10:56:45 +0100 |
commit | 664b03103143b5b746e89d8405c0e73d05ad04a7 (patch) | |
tree | dcfb43b844570ad1726ae289f1a6b8284ca6bbbb /gnu | |
parent | a3a1417dc715f432fadbefbe9896f56a14236741 (diff) | |
download | gnu-guix-664b03103143b5b746e89d8405c0e73d05ad04a7.tar gnu-guix-664b03103143b5b746e89d8405c0e73d05ad04a7.tar.gz |
gnu: coreutils: Patch 'Makefile.in', not 'local.mk'.
* gnu/packages/patches/coreutils-dummy-man.patch: Patch 'Makefile.in',
not 'local.mk'; the latter otherwise requires Automake to regenerate
the build system.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/patches/coreutils-dummy-man.patch | 15 |
1 files changed, 4 insertions, 11 deletions
diff --git a/gnu/packages/patches/coreutils-dummy-man.patch b/gnu/packages/patches/coreutils-dummy-man.patch index b07a92ccf0..f6a6a31002 100644 --- a/gnu/packages/patches/coreutils-dummy-man.patch +++ b/gnu/packages/patches/coreutils-dummy-man.patch @@ -1,4 +1,4 @@ -Patch from <http://git.yoctoproject.org/cgit.cgi/poky/plain/meta/recipes-core/coreutils/coreutils-8.22/fix-for-dummy-man-usage.patch>. +Patch adapted from <http://git.yoctoproject.org/cgit.cgi/poky/plain/meta/recipes-core/coreutils/coreutils-8.22/fix-for-dummy-man-usage.patch>. Fix for 'dummy-man' usage, when cross-compiling. @@ -7,16 +7,9 @@ would appear when compiling: dummy-man: too many non-option arguments -Signed-off-by: Chen Qi <Qi.Chen@windriver.com> ---- - man/local.mk | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/man/local.mk b/man/local.mk -index 7cef5e3..dc0865f 100644 ---- a/man/local.mk -+++ b/man/local.mk -@@ -189,8 +189,8 @@ man/yes.1: src/yes +--- coreutils-8.22/Makefile.in 2013-12-13 16:20:00.000000000 +0100 ++++ coreutils-8.22/Makefile.in 2014-02-28 10:53:27.000000000 +0100 +@@ -9977,8 +9977,8 @@ man/yes.1: src/yes && $(run_help2man) \ --source='$(PACKAGE_STRING)' \ --include=$(srcdir)/man/$$name.x \ |