[Buildroot] [PATCH] toolchain: speed up sysroot lib copying

Mike Frysinger vapier at gentoo.org
Mon Dec 13 23:13:09 UTC 2010


On Monday, December 13, 2010 17:23:05 Lionel Landwerlin wrote:
> Le dimanche 12 décembre 2010 à 11:25 -0500, Mike Frysinger a écrit :
> >  	LIBS=`(cd $${ARCH_SYSROOT_DIR}; \
> > 
> > -		find -L . -path "./lib/$${LIB}.*"     -o \
> > +		find -L \
> > +			  ./lib/ ./usr/lib/ 
./usr/$(TOOLCHAIN_EXTERNAL_PREFIX)/lib*/ \
> > +			  -maxdepth 1 \
> > +			  -path "./lib/$${LIB}.*"     -o \
> > 
> >  			  -path "./usr/lib/$${LIB}.*" -o \
> >  			  -path 
"./usr/$(TOOLCHAIN_EXTERNAL_PREFIX)/lib*/$${LIB}.*" \
> >  		
> >  		)` ; \
> 
> Aren't we missing the locales files here ?
> 
> Like this one :
> 
> /usr/share/locale/fr/LC_MESSAGES/libc.mo

the point of this is to copy just library files.  the full sysroot copy 
happens elsewhere.
-mike
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: This is a digitally signed message part.
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20101213/01d4f89a/attachment.asc>


More information about the buildroot mailing list