]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
coreutils: disable documentation build
authorBaruch Siach <baruch@tkos.co.il>
Tue, 18 Nov 2014 10:28:36 +0000 (12:28 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Tue, 18 Nov 2014 13:08:22 +0000 (14:08 +0100)
The makeinfo utility may not be installed on the build machine, and we don't
install documentation anyway.

Fixes:
http://autobuild.buildroot.net/results/b42/b42ceb3128ed832f0dd901a1db8fa3dfd92ce5ef/
http://autobuild.buildroot.net/results/94f/94fcd06b320374f46b340f516c54b7ca726041af/
http://autobuild.buildroot.net/results/c54/c54608ac7e03f14055e2912cf06f6d41d21227c0/

Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Tested-by: Karoly Kasza <kaszak@gmail.com>
Acked-by: Karoly Kasza <kaszak@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/coreutils/coreutils.mk

index 391d2cd4071995ce9b3b4852d3d894d33cf858c7..e06510e096fefc107b3c0b5b95cd8e36f7e718c5 100644 (file)
@@ -51,7 +51,8 @@ COREUTILS_CONF_ENV = ac_cv_c_restrict=no \
        gl_getline_needs_run_time_check=no \
        gl_cv_have_proc_uptime=yes \
        utils_cv_localtime_cache=no \
-       PERL=missing
+       PERL=missing \
+       MAKEINFO=true
 
 COREUTILS_BIN_PROGS = cat chgrp chmod chown cp date dd df dir echo false \
        ln ls mkdir mknod mv pwd rm rmdir vdir sleep stty sync touch true \