From: Mike Frysinger <vapier@gentoo.org>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] toolchain: speed up sysroot lib copying
Date: Mon, 13 Dec 2010 18:13:09 -0500 [thread overview]
Message-ID: <201012131813.10612.vapier@gentoo.org> (raw)
In-Reply-To: <1292278985.12588.14.camel@coalu.atr>
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: not available
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-0001.pgp>
next prev parent reply other threads:[~2010-12-13 23:13 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-12-12 16:25 [Buildroot] [PATCH] toolchain: speed up sysroot lib copying Mike Frysinger
2010-12-13 21:26 ` Thomas Petazzoni
2010-12-13 22:10 ` Mike Frysinger
2010-12-13 22:23 ` Lionel Landwerlin
2010-12-13 23:13 ` Mike Frysinger [this message]
2010-12-14 20:59 ` [Buildroot] [PATCH v2] " Mike Frysinger
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=201012131813.10612.vapier@gentoo.org \
--to=vapier@gentoo.org \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox