mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-30 06:36:34 +00:00
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>
This commit is contained in:
parent
68bb926626
commit
eff1980194
@ -17,7 +17,6 @@ copy_toolchain_lib_root = \
|
|||||||
mkdir -p $(TARGET_DIR)/$${DESTDIR}; \
|
mkdir -p $(TARGET_DIR)/$${DESTDIR}; \
|
||||||
while true ; do \
|
while true ; do \
|
||||||
LIBNAME=`basename $${LIBPATH}`; \
|
LIBNAME=`basename $${LIBPATH}`; \
|
||||||
LIBDIR=`dirname $${LIBPATH}` ; \
|
|
||||||
LINKTARGET=`readlink $${LIBPATH}` ; \
|
LINKTARGET=`readlink $${LIBPATH}` ; \
|
||||||
rm -fr $(TARGET_DIR)/$${DESTDIR}/$${LIBNAME}; \
|
rm -fr $(TARGET_DIR)/$${DESTDIR}/$${LIBNAME}; \
|
||||||
if test -h $${LIBPATH} ; then \
|
if test -h $${LIBPATH} ; then \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user