Gentoo Archives: gentoo-dev

From: Mike Frysinger <vapier@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] parallel fun in src_install - going beyond the serial monotony of 'make install'
Date: Thu, 08 Jun 2006 11:31:19
Message-Id: 200606080729.30215.vapier@gentoo.org
In Reply to: Re: [gentoo-dev] parallel fun in src_install - going beyond the serial monotony of 'make install' by "Harald van Dijk"
1 On Thursday 08 June 2006 06:08, Harald van Dijk wrote:
2 > On Thu, Jun 08, 2006 at 01:58:07AM -0700, Robin H. Johnson wrote:
3 > > In the present devmanual, for src_install, it notes that
4 > > make install DESTDIR="${D}"
5 > > is the preferred way to fire off the install, and to not use emake, for
6 > > fear of parallel issues.
7 >
8 > Actually, it uses `make DESTDIR="${D}" install`. Is there a reason you
9 > changed it around, or does it simply not matter at all?
10
11 it doesnt matter
12
13 > I completely agree with the rest of what you wrote.
14
15 some people have started using `emake -j1 DESTDIR="${D}" install`
16 -mike