openwrtv3/package/base-files
Jo-Philipp Wich 2f6361832e 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.
2011-04-12 20:37:43 +00:00
..
files base-files: Use -h instead of deprecated -L for symlink check 2011-04-05 15:09:43 +00:00
glibc-files/etc base-files: Add /etc/nsswitch.conf to targets running glibc/eglibc, otherwise name resolution fails 2011-02-18 10:37:26 +00:00
image-config.in fix missing quote (thx, puchu) 2010-01-25 23:03:53 +00:00
Makefile 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. 2011-04-12 20:37:43 +00:00