diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2011-04-12 20:37:43 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2011-04-12 20:37:43 +0000 |
commit | 2f6361832e1284fdbf3480abc48bd7a1a1362760 (patch) | |
tree | 0fbf4e57a04671618f6474151e16dc7116284953 /package/libjson-c/Makefile | |
parent | 9646ca6c6e51a7a3656e2517b606fc5ebfca34b7 (diff) | |
download | mtk-20170518-2f6361832e1284fdbf3480abc48bd7a1a1362760.zip mtk-20170518-2f6361832e1284fdbf3480abc48bd7a1a1362760.tar.gz mtk-20170518-2f6361832e1284fdbf3480abc48bd7a1a1362760.tar.bz2 |
base-files: return success on lib-copying with external toolchain when using an external toolchain the base-files package copies libc, libgcc and others from the library directory.
The file list is given as following in the .config:
CONFIG_LIBC_FILE_SPEC="./lib/ld{-*.so,-linux*.so.*} ./lib/lib{anl,c,cidn,crypt,dl,m,nsl,nss_dns,nss_files,resolv,util}{-*.so,.so.*}"
Because the filenames are composed with different endings, not all files exist
and will be skipped. Currently, this works only if the last composed file
(util.so.*) really exists. At the moment this works - but only if you don't add
a new file like 'uClibc'.
Adding it at the end '...resolv,util,uClibc}{-*.so,.so.*}' will lead to this
message, because the combination 'libuClibc.so.*' doesn't exist and Make will
evaluate the last copy statement of the for loop.
Diffstat (limited to 'package/libjson-c/Makefile')
0 files changed, 0 insertions, 0 deletions