summaryrefslogtreecommitdiffstats
path: root/package/Makefile.in
diff options
context:
space:
mode:
authorThomas De Schampheleire <patrickdepinguin@gmail.com>2014-02-05 14:50:56 +0100
committerPeter Korsgaard <peter@korsgaard.com>2014-02-08 23:31:21 +0100
commit7164a32632d14cb83698ddec45e84ad2f3252e9e (patch)
tree0d6fa3bc147675b42e1a8a75086dde63bb800670 /package/Makefile.in
parentf75245d9d0f291dc040162ec759ac88e206a69c6 (diff)
downloadbuildroot-7164a32632d14cb83698ddec45e84ad2f3252e9e.tar.gz
buildroot-7164a32632d14cb83698ddec45e84ad2f3252e9e.zip
packages: remove support for documentation on target
This patch removes deprecated symbol BR2_HAVE_DOCUMENTATION and all its usage. Additionally, it removes the now unused BR2_DEPRECATED_SINCE_2012_11. Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/Makefile.in')
-rw-r--r--package/Makefile.in2
1 files changed, 0 insertions, 2 deletions
diff --git a/package/Makefile.in b/package/Makefile.in
index 2e433fd603..a8f5650277 100644
--- a/package/Makefile.in
+++ b/package/Makefile.in
@@ -332,7 +332,6 @@ ifneq ($(BR2_LARGEFILE),y)
DISABLE_LARGEFILE= --disable-largefile
endif
-ifneq ($(BR2_HAVE_DOCUMENTATION),y)
# The configure option varies, but since unknown options are ignored
# we can pass all of them.
DISABLE_DOCUMENTATION = \
@@ -342,7 +341,6 @@ DISABLE_DOCUMENTATION = \
--disable-documentation \
--with-xmlto=no \
--with-fop=no
-endif
ifeq ($(BR2_INET_IPV6),y)
DISABLE_IPV6= --enable-ipv6
OpenPOWER on IntegriCloud