All of lore.kernel.org
 help / color / mirror / Atom feed
From: Peter Korsgaard <jacmet@uclibc.org>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 1/9] external toolchain: slightly optimize the copy of the toolchain sysroot
Date: Mon, 10 Oct 2011 00:00:56 +0200	[thread overview]
Message-ID: <87ehylesfb.fsf@macbook.be.48ers.dk> (raw)
In-Reply-To: <98f060c40fdcc7c9d5464838a21d2ee7bc44971a.1318182187.git.thomas.petazzoni@free-electrons.com> (Thomas Petazzoni's message of "Sun, 9 Oct 2011 19:44:24 +0200")

>>>>> "Thomas" == Thomas Petazzoni <thomas.petazzoni@free-electrons.com> writes:

Hi,

 Thomas> @@ -89,7 +92,7 @@ copy_toolchain_sysroot = \
 Thomas>  	ARCH_SUBDIR="$(strip $3)"; \
 Thomas>  	for i in etc lib sbin usr ; do \
 Thomas>  		if [ -d $${ARCH_SYSROOT_DIR}/$$i ] ; then \
 Thomas> -			cp -a $${ARCH_SYSROOT_DIR}/$$i $(STAGING_DIR)/ ; \
 Thomas> +			rsync -au --exclude 'usr/lib/locale' $${ARCH_SYSROOT_DIR}/$$i $(STAGING_DIR)/ ; \

FYI, this breaks on readonly source directories unless you have the new
rsync 3.0.9, which most people don't. I haven't figured out a good fix
for older rsync versions yet.


-- 
Bye, Peter Korsgaard

  reply	other threads:[~2011-10-09 22:00 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-10-09 17:44 [Buildroot] [pull request v2] Pull request for branch for-2011.11/ext-toolchain-updates Thomas Petazzoni
2011-10-09 17:44 ` [Buildroot] [PATCH 1/9] external toolchain: slightly optimize the copy of the toolchain sysroot Thomas Petazzoni
2011-10-09 22:00   ` Peter Korsgaard [this message]
2011-10-10  6:43     ` Thomas Petazzoni
2011-10-10  6:48       ` Thomas Petazzoni
2011-10-10  6:55       ` Peter Korsgaard
2011-10-09 17:44 ` [Buildroot] [PATCH 2/9] toolchain-external: allow specifying extra external libraries Thomas Petazzoni
2011-10-09 17:44 ` [Buildroot] [PATCH 3/9] ext-toolchain: Add CodeSourcery SH uClinux 2011.03 Thomas Petazzoni
2011-10-09 17:44 ` [Buildroot] [PATCH 4/9] ext-toolchain: Bump version of CodeSourcery MIPS 2011.03 Thomas Petazzoni
2011-10-09 17:44 ` [Buildroot] [PATCH 5/9] ext-toolchain: Add CodeSourcery SH GNU/Linux 2011.03 Thomas Petazzoni
2011-10-09 17:44 ` [Buildroot] [PATCH 6/9] ext-toolchain: Add CodeSoucery x86 GNU/Linux 2010.09 Thomas Petazzoni
2011-10-09 17:44 ` [Buildroot] [PATCH 7/9] ext-toolchain: Take into account Mentor Graphics acquisition of CodeSoucery Thomas Petazzoni
2011-10-09 17:44 ` [Buildroot] [PATCH 8/9] external-toolchain: Slightly optimize toolchain extraction Thomas Petazzoni
2011-10-09 21:42   ` Yann E. MORIN
2011-10-10  7:57   ` Peter Korsgaard
2011-10-09 17:44 ` [Buildroot] [PATCH 9/9] toolchain: speed up sysroot lib copying Thomas Petazzoni
2011-10-09 21:46   ` Yann E. MORIN
2011-10-10  2:25     ` Mike Frysinger
2011-10-10  6:44       ` Thomas Petazzoni
2011-10-10 15:12         ` Mike Frysinger
2011-10-10 15:19           ` Thomas Petazzoni
2011-10-10 15:22             ` Mike Frysinger
2011-10-10 15:29               ` Thomas Petazzoni
2011-10-10 15:46                 ` Mike Frysinger
2011-10-10  7:57   ` Peter Korsgaard
  -- strict thread matches above, loose matches on Subject: below --
2011-10-02 19:20 [Buildroot] [pull request] Pull request for branch for-2011.11/ext-toolchain-updates Thomas Petazzoni
2011-10-02 19:20 ` [Buildroot] [PATCH 1/9] external toolchain: slightly optimize the copy of the toolchain sysroot Thomas Petazzoni
2011-10-02 21:19   ` Yann E. MORIN

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=87ehylesfb.fsf@macbook.be.48ers.dk \
    --to=jacmet@uclibc.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.