Gentoo Archives: gentoo-dev

From: Ryan Hill <dirtyepic@g.o>
To: gentoo-dev@l.g.o
Subject: [gentoo-dev] Re: git-2.eclass final review
Date: Tue, 22 Mar 2011 23:36:24
Message-Id: 20110322174127.259ab257@gentoo.org
In Reply to: Re: [gentoo-dev] git-2.eclass final review by Mike Frysinger
1 On Tue, 22 Mar 2011 19:08:53 -0400
2 Mike Frysinger <vapier@g.o> wrote:
3
4
5 > > rsync -rlpgo . "${EGIT_SOURCEDIR}" \
6 >
7 > this means you need to have DEPEND="net-misc/rsync". why not just use
8 > `cp -pPR` instead ? i vaguely recall rsync being slower than a
9 > straight cp too ... not much point of doing a rsync when the vast
10 > majority of the time (all the time?) the destination is empty.
11
12 i think i remember doing some time tests using a tar pipe at one point with
13 subversion.eclass that blew cp out of the water.
14
15 tar -cf - . | tar -xf - -C "${EGIT_SOURCEDIR}"
16
17 might be worth looking at.
18
19
20 --
21 fonts, gcc-porting, it makes no sense how it makes no sense
22 toolchain, wxwidgets but i'll take it free anytime
23 @ gentoo.org EFFD 380E 047A 4B51 D2BD C64F 8AA8 8346 F9A4 0662

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
[gentoo-dev] Re: git-2.eclass final review Ryan Hill <dirtyepic@g.o>
Re: [gentoo-dev] Re: git-2.eclass final review Mike Frysinger <vapier@g.o>