summaryrefslogtreecommitdiffstats
path: root/rules/attr.make
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2010-01-08 17:57:55 +0100
committerMarc Kleine-Budde <mkl@pengutronix.de>2010-01-08 18:45:12 +0100
commitd9ceea6d59afb65ccd9f49e5783cdf18cf2b36bf (patch)
tree07a031535f9ac7f83293f5a6c9d9a3360e30109c /rules/attr.make
parent118668e381a6fef32348db52976b664bc6e72cdf (diff)
downloadptxdist-d9ceea6d59afb65ccd9f49e5783cdf18cf2b36bf.tar.gz
ptxdist-d9ceea6d59afb65ccd9f49e5783cdf18cf2b36bf.tar.xz
[attr] rework DESTDIR support
The DESTDIR support has been removed, as it doesn't work if trying to install shared libs. The buildsystem supports DIST_ROOT instead. So we add the appropriate DIST_ROOT to ATTR_INSTALL_OPT. We no longer have to use an external LIBTOOL, a working libtool comes with the package. Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
Diffstat (limited to 'rules/attr.make')
-rw-r--r--rules/attr.make8
1 files changed, 5 insertions, 3 deletions
diff --git a/rules/attr.make b/rules/attr.make
index b78c61cde..e1daf5f97 100644
--- a/rules/attr.make
+++ b/rules/attr.make
@@ -40,9 +40,11 @@ $(ATTR_SOURCE):
# ----------------------------------------------------------------------------
ATTR_PATH := PATH=$(CROSS_PATH)
-ATTR_ENV := \
- $(CROSS_ENV) \
- LIBTOOL=$(PTXCONF_SYSROOT_CROSS)/bin/libtool
+ATTR_ENV := $(CROSS_ENV) \
+
+ATTR_INSTALL_OPT := \
+ DIST_ROOT=$(ATTR_PKGDIR) \
+ install
#
# autoconf