[FS#219] Bad paths in SDK makefile

LEDE Bugs lede-bugs at lists.infradead.org
Tue Jan 30 06:36:24 PST 2018


The following task has a new comment added:

FS#219 - Bad paths in SDK makefile
User who did this - Yousong Zhou (yousong)

----------
Those paths $(STAGING_SUBDIR_HOST/host/{lib,bin} indeed does not exist, but they should not cause error because the recipe line is prefixed with dash to tell make to ignore errors

Close this as we seem to have no issue creating sdk builds at the moment.  Thank you for the report though.


91         @-( \
92                 find \
93                         $(SDK_BUILD_DIR)/$(STAGING_SUBDIR_HOST)/bin \
94                         $(SDK_BUILD_DIR)/$(STAGING_SUBDIR_HOST)/usr/bin \
95                         $(SDK_BUILD_DIR)/$(STAGING_SUBDIR_TOOLCHAIN)/bin \
96                         $(SDK_BUILD_DIR)/$(STAGING_SUBDIR_TOOLCHAIN)/*/bin \
97                         $(SDK_BUILD_DIR)/$(STAGING_SUBDIR_TOOLCHAIN)/libexec \
98                         -type f; \
99                 find \
00                         $(SDK_BUILD_DIR)/$(STAGING_SUBDIR_HOST)/lib \
01                         $(SDK_BUILD_DIR)/$(STAGING_SUBDIR_HOST)/usr/lib \
02                         -type f -name \*.so\*; \
03         ) | xargs strip 2>/dev/null >/dev/null

----------

More information can be found at the following URL:
https://bugs.lede-project.org/index.php?do=details&task_id=219#comment4208



More information about the lede-bugs mailing list