summaryrefslogtreecommitdiffstats
path: root/toolchain
diff options
context:
space:
mode:
authorThomas De Schampheleire <thomas.de_schampheleire@nokia.com>2017-02-07 22:56:46 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-04-05 21:32:38 +0200
commiteff1980194a26c85143ef775e270901704106832 (patch)
treecf4a71ed83b632dc4e5ec48a951f05ac53f296bf /toolchain
parent68bb926626954732066e79d3811081cd4a82d515 (diff)
downloadbuildroot-eff1980194a26c85143ef775e270901704106832.tar.gz
buildroot-eff1980194a26c85143ef775e270901704106832.zip
toolchain: copy_toolchain_lib_root: remove unused variable LIBDIR
Signed-off-by: Thomas De Schampheleire <thomas.de_schampheleire@nokia.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'toolchain')
-rw-r--r--toolchain/helpers.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/toolchain/helpers.mk b/toolchain/helpers.mk
index 8367a063dc..319fbd4419 100644
--- a/toolchain/helpers.mk
+++ b/toolchain/helpers.mk
@@ -17,7 +17,6 @@ copy_toolchain_lib_root = \
mkdir -p $(TARGET_DIR)/$${DESTDIR}; \
while true ; do \
LIBNAME=`basename $${LIBPATH}`; \
- LIBDIR=`dirname $${LIBPATH}` ; \
LINKTARGET=`readlink $${LIBPATH}` ; \
rm -fr $(TARGET_DIR)/$${DESTDIR}/$${LIBNAME}; \
if test -h $${LIBPATH} ; then \
OpenPOWER on IntegriCloud