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

Lionel Landwerlin llandwerlin at gmail.com
Mon Dec 13 22:23:05 UTC 2010


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

(I might be wrong...)

Regards,

--
Lionel Landwerlin




More information about the buildroot mailing list