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
..
2011-03-17 07:23:28 +00:00
2011-03-07 12:59:19 +00:00
2009-06-13 16:47:22 +00:00
2010-04-23 11:27:29 +00:00
2010-11-22 11:27:47 +00:00
2011-03-01 15:41:28 +00:00
2009-12-19 22:19:42 +00:00
2011-03-14 07:34:08 +00:00
2010-09-30 10:48:37 +00:00
2011-04-11 22:08:43 +00:00
2010-09-30 10:48:37 +00:00
2010-10-27 21:24:06 +00:00
2011-03-11 08:22:47 +00:00