|
@@ -150,7 +150,7 @@ copy_toolchain_sysroot = \
|
|
if test -n "$${SUPPORT_LIB_DIR}" ; then \
|
|
if test -n "$${SUPPORT_LIB_DIR}" ; then \
|
|
cp -a $${SUPPORT_LIB_DIR}/* $(STAGING_DIR)/lib/ ; \
|
|
cp -a $${SUPPORT_LIB_DIR}/* $(STAGING_DIR)/lib/ ; \
|
|
fi ; \
|
|
fi ; \
|
|
- find $(STAGING_DIR) -type d | xargs chmod 755
|
|
|
|
|
|
+ find $(STAGING_DIR) -type d -print0 | xargs -0 chmod 755
|
|
|
|
|
|
#
|
|
#
|
|
# Check the specified kernel headers version actually matches the
|
|
# Check the specified kernel headers version actually matches the
|